mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
25 lines
293 B
JavaScript
25 lines
293 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "_bcdfghlprstz",
|
|
1: "bcdfptz",
|
|
2: "_cdfghlrst",
|
|
3: "bcft"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "functions",
|
|
3: "pages"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Data Structures",
|
|
2: "Functions",
|
|
3: "Pages"
|
|
};
|
|
|