diff --git a/Game_8h_source.html b/Game_8h_source.html
index bef070f7b..5c25333c4 100644
--- a/Game_8h_source.html
+++ b/Game_8h_source.html
@@ -338,13 +338,29 @@ $(function(){initNavTree('Game_8h_source.html',''); initResizable(true); });
-
-
-
-
-
-
-
+
+ 232 #if defined(__GNUC__) || defined(__clang__)
+ 233 __attribute__((format(printf, 1, 2)))
+
+
+
+
+
+ 239 #elif defined(__APPLE__)
+ 240 #elif defined(__cplusplus) || (__STDC_VERSION__ >= 202311)
+
+ 242 #elif defined(__GNUC__)
+ 243 __attribute__((noreturn))
+
+
+
+
+
+
+
+
+
+
Registry< TrackInfo > gTrackRegistry
Definition Game.cpp:78
@@ -417,6 +433,7 @@ $(function(){initNavTree('Game_8h_source.html',''); initResizable(true); });
bool IsToadsTurnpike()
Definition Game.cpp:826
void CM_SetCupIndex(size_t index)
Definition Game.cpp:207
f32 CM_GetWaterLevel(Vec3f pos, Collision *collision)
Definition Game.cpp:810
+void CM_ThrowRuntimeError(const char *fmt,...)
Definition Game.cpp:909
void CM_InitTrackObjects()
Definition Game.cpp:577
void CM_BeginPlay()
Definition Game.cpp:356
void CM_WhatDoesThisDo(Player *player, int8_t playerId)
Definition Game.cpp:610
@@ -501,6 +518,7 @@ $(function(){initNavTree('Game_8h_source.html',''); initResizable(true); });
f32 Vec3f[3]
Definition common_structs.h:10
+#define fmt(...)
Definition pak.cpp:8
Definition actor_types.h:126
Vec3f pos
Definition actor_types.h:135
diff --git a/basics.js b/basics.js
index 949c8e838..46c434a19 100644
--- a/basics.js
+++ b/basics.js
@@ -2,10 +2,10 @@ var basics =
[
[ "Installing mk64 Decomp", "compiling.html", [
[ "Build Instructions", "compiling.html#build-instructions", null ],
- [ "Linux", "compiling.html#linux", null ],
- [ "Windows", "compiling.html#windows", null ],
- [ "macOS", "compiling.html#macos", null ],
- [ "Docker", "compiling.html#docker", null ],
+ [ "Linux", "compiling.html#linux-1", null ],
+ [ "Windows", "compiling.html#windows-1", null ],
+ [ "macOS", "compiling.html#macos-1", null ],
+ [ "Docker", "compiling.html#docker-1", null ],
[ "Building US", "compiling.html#building-us", null ],
[ "Building EU", "compiling.html#building-eu", null ]
] ],
diff --git a/ceremony__and__credits_8c.html b/ceremony__and__credits_8c.html
index b46fb4675..41f27d00c 100644
--- a/ceremony__and__credits_8c.html
+++ b/ceremony__and__credits_8c.html
@@ -2099,7 +2099,7 @@ Here is the call graph for this function:
-
Todo What does this even do?
+
Todo What does this even do?
diff --git a/ceremony__and__credits_8h.html b/ceremony__and__credits_8h.html
index 188e0f864..da805a4f8 100644
--- a/ceremony__and__credits_8h.html
+++ b/ceremony__and__credits_8h.html
@@ -2037,7 +2037,7 @@ Here is the call graph for this function:
-
Todo What does this even do?
+
Todo What does this even do?
diff --git a/classOSnowman.html b/classOSnowman.html
index 4aba140d8..1f1db5277 100644
--- a/classOSnowman.html
+++ b/classOSnowman.html
@@ -351,7 +351,7 @@ Here is the call graph for this function:
-
Todo quick hack to add the snow particles on hit. Need to separate into its own class
+
Todo quick hack to add the snow particles on hit. Need to separate into its own class
@@ -782,7 +782,7 @@ Here is the call graph for this function:
-
Todo quick hack to add the snow particles on hit. Need to separate into its own class
+
Todo quick hack to add the snow particles on hit. Need to separate into its own class
Reimplemented from OObject .