mirror of
https://github.com/n64decomp/mk64
synced 2026-06-13 13:16:37 -04:00
12 lines
493 B
JavaScript
12 lines
493 B
JavaScript
var basics =
|
|
[
|
|
[ "Installing mk64 Decomp", "compiling.html", null ],
|
|
[ "Basic Concepts", "concepts.html", null ],
|
|
[ "Control Flow", "controlflow.html", [
|
|
[ "Introduction to State", "controlflow.html#autotoc_md24", null ],
|
|
[ "Threading", "controlflow.html#autotoc_md25", null ],
|
|
[ "Overall Control Flow", "controlflow.html#autotoc_md26", null ]
|
|
] ],
|
|
[ "Terminology", "terminology.html", null ],
|
|
[ "Compiling for Windows", "buildwindows.html", null ]
|
|
]; |