Files
mk64/basics.js
T

44 lines
2.1 KiB
JavaScript

var basics =
[
[ "Installing mk64 Decomp", "compiling.html", [
[ "Build Instructions", "compiling.html#autotoc_md17", null ],
[ "Linux", "compiling.html#autotoc_md18", null ],
[ "Windows", "compiling.html#autotoc_md20", null ],
[ "macOS", "compiling.html#autotoc_md21", null ],
[ "Docker", "compiling.html#autotoc_md22", null ],
[ "Building US", "compiling.html#autotoc_md23", null ],
[ "Building EU", "compiling.html#autotoc_md24", null ]
] ],
[ "Basic Concepts", "concepts.html", [
[ "Addresses", "concepts.html#autotoc_md1", null ],
[ "How Errors Happen", "concepts.html#autotoc_md2", [
[ "Array Overflows", "concepts.html#autotoc_md3", null ]
] ],
[ "Code", "concepts.html#autotoc_md4", null ]
] ],
[ "Codebase Overview", "controlflow.html", [
[ "Paradigm", "controlflow.html#autotoc_md25", null ],
[ "Threading", "controlflow.html#autotoc_md26", null ],
[ "Overall Control Flow", "controlflow.html#autotoc_md27", null ],
[ "Segments", "controlflow.html#autotoc_md28", null ],
[ "Code Breakdown", "controlflow.html#autotoc_md29", [
[ "Menus", "controlflow.html#autotoc_md30", null ],
[ "Players", "controlflow.html#autotoc_md31", null ],
[ "Actors", "controlflow.html#autotoc_md32", null ],
[ "Objects", "controlflow.html#autotoc_md33", null ],
[ "Courses", "controlflow.html#autotoc_md34", [
[ "Arch", "compiling.html#autotoc_md19", null ],
[ "Course Folder", "controlflow.html#autotoc_md35", null ]
] ],
[ "UI & Other 2D Screen data", "controlflow.html#autotoc_md36", null ],
[ "Engine", "controlflow.html#autotoc_md37", null ],
[ "Math", "controlflow.html#autotoc_md38", null ],
[ "Ending", "controlflow.html#autotoc_md39", null ]
] ]
] ],
[ "Terminology", "terminology.html", [
[ "Technical Definitions", "terminology.html#autotoc_md42", null ],
[ "Racing Terminology", "terminology.html#autotoc_md43", null ]
] ],
[ "Compiling for Windows", "buildwindows.html", null ]
];