mirror of
https://github.com/n64decomp/mk64
synced 2026-06-07 11:27:36 -04:00
43 lines
721 B
JavaScript
43 lines
721 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "26_abcdefghijklmnopqrstuvwxyz",
|
|
1: "_abcdefghiklmnoprstuvy",
|
|
2: "_abcdeghiklmnoprstuvw",
|
|
3: "_abcdefghiklmnopqrstuvw",
|
|
4: "_abcdefghijklmnopqrstuvwxyz",
|
|
5: "_abcflmosuv",
|
|
6: "abcgikmpst",
|
|
7: "abcdfghiklmnoprstwz",
|
|
8: "_abcdefghijklmnoprstuvwxyz",
|
|
9: "6abcdhiklmoprstuvw"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "files",
|
|
3: "functions",
|
|
4: "variables",
|
|
5: "typedefs",
|
|
6: "enums",
|
|
7: "enumvalues",
|
|
8: "defines",
|
|
9: "pages"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Data Structures",
|
|
2: "Files",
|
|
3: "Functions",
|
|
4: "Variables",
|
|
5: "Typedefs",
|
|
6: "Enumerations",
|
|
7: "Enumerator",
|
|
8: "Macros",
|
|
9: "Pages"
|
|
};
|
|
|