mirror of
https://github.com/Maks1mS/pppi-rpg-game.git
synced 2024-12-23 22:32:59 +03:00
25 lines
347 B
JavaScript
25 lines
347 B
JavaScript
var indexSectionsWithContent =
|
||
{
|
||
0: "acdefghijlmnpqrstuwОШ",
|
||
1: "acdefgilmnpqrstuw",
|
||
2: "acdefghijlprstuw",
|
||
3: "ОШ"
|
||
};
|
||
|
||
var indexSectionNames =
|
||
{
|
||
0: "all",
|
||
1: "classes",
|
||
2: "functions",
|
||
3: "pages"
|
||
};
|
||
|
||
var indexSectionLabels =
|
||
{
|
||
0: "Указатель",
|
||
1: "Классы",
|
||
2: "Функции",
|
||
3: "Страницы"
|
||
};
|
||
|