mirror of
https://github.com/n64decomp/mk64
synced 2026-06-14 13:44:50 -04:00
43 lines
699 B
JavaScript
43 lines
699 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "_abcdefghijklmnopqrstuvwxyz",
|
|
1: "_abcdefghiklmnoprstuvy",
|
|
2: "_abcdefghiklmnoprstuvw",
|
|
3: "_abcdefghiklmnoprstuvw",
|
|
4: "_abcdefghijklmnopqrstuvwxyz",
|
|
5: "_abcflmostuv",
|
|
6: "acgmpst",
|
|
7: "abcdfgilmnoprstwz",
|
|
8: "_abcdefghijklmnoprstuvwxyz",
|
|
9: "bm"
|
|
};
|
|
|
|
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"
|
|
};
|
|
|