mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
31 lines
421 B
JavaScript
31 lines
421 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "_abcdfghilmnoprstuz",
|
|
1: "_bcdfilmnprstz",
|
|
2: "bmpt",
|
|
3: "_abcdfghilmoprstuz",
|
|
4: "_bcdhilnorst",
|
|
5: "blt"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "namespaces",
|
|
3: "functions",
|
|
4: "variables",
|
|
5: "pages"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Data Structures",
|
|
2: "Namespaces",
|
|
3: "Functions",
|
|
4: "Variables",
|
|
5: "Pages"
|
|
};
|
|
|