diff --git a/Game_8cpp.html b/Game_8cpp.html index d0e471ab6..3bd5cdf11 100644 --- a/Game_8cpp.html +++ b/Game_8cpp.html @@ -451,7 +451,7 @@ Variables   TrackEditor::Editor gEditor   -s32 gTrophyIndex = NULL +s32 gTrophyIndex = NULL_OBJECT_ID   Registry< TrackInfogTrackRegistry   @@ -2657,7 +2657,7 @@ Here is the caller graph for this function:
-
Todo
Move gGfxPool out of main.h
+
Todo
Move gGfxPool out of main.h
Here is the call graph for this function:
@@ -4362,7 +4362,7 @@ Here is the caller graph for this function:
- +
s32 gTrophyIndex = NULLs32 gTrophyIndex = NULL_OBJECT_ID
diff --git a/Game_8h.html b/Game_8h.html index ecbf41077..7c24128ef 100644 --- a/Game_8h.html +++ b/Game_8h.html @@ -2553,7 +2553,7 @@ Here is the caller graph for this function:
-
Todo
Move gGfxPool out of main.h
+
Todo
Move gGfxPool out of main.h
diff --git a/Game_8h_source.html b/Game_8h_source.html index 40419aaa3..4476bea68 100644 --- a/Game_8h_source.html +++ b/Game_8h_source.html @@ -349,20 +349,21 @@ $(function(){initNavTree('Game_8h_source.html',''); initResizable(true); });
239#if defined(_MSC_VER)
240 __declspec(noreturn)
241#elif defined(__APPLE__)
-
242#elif defined(__cplusplus) || (__STDC_VERSION__ >= 202311)
-
243 [[noreturn]]
-
244#elif defined(__GNUC__)
-
245 __attribute__((noreturn))
-
246#endif
-
247void CM_ThrowRuntimeError(const char* fmt, ...);
-
248
-
249// NOLINTEND(readability-identifier-naming)
-
250
-
251#ifdef __cplusplus
-
252}
-
253#endif
-
254
-
255#endif // _GAME_H
+
242#elif defined(__OpenBSD__)
+
243#elif defined(__cplusplus) || (__STDC_VERSION__ >= 202311)
+
244 [[noreturn]]
+
245#elif defined(__GNUC__)
+
246 __attribute__((noreturn))
+
247#endif
+
248void CM_ThrowRuntimeError(const char* fmt, ...);
+
249
+
250// NOLINTEND(readability-identifier-naming)
+
251
+
252#ifdef __cplusplus
+
253}
+
254#endif
+
255
+
256#endif // _GAME_H
DataRegistry.h
Editor.h
gTrackRegistry
Registry< TrackInfo > gTrackRegistry
Definition Game.cpp:76
diff --git a/actors_8c.html b/actors_8c.html index 9c9b03b78..be043b353 100644 --- a/actors_8c.html +++ b/actors_8c.html @@ -456,7 +456,7 @@ Here is the caller graph for this function:
-
Todo
Commented out because deletes too soon.
+
Todo
Commented out because deletes too soon.
Here is the call graph for this function:
@@ -1861,7 +1861,7 @@ Here is the caller graph for this function:
-
Todo
actorType needs to be passed into this function for flexibility
+
Todo
actorType needs to be passed into this function for flexibility
Here is the call graph for this function:
diff --git a/classOSnowman.html b/classOSnowman.html index 0ad66ee75..a72a6f353 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
Here is the call graph for this function:
@@ -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.

diff --git a/controller_8h.html b/controller_8h.html index f877d1eaa..74f391ba1 100644 --- a/controller_8h.html +++ b/controller_8h.html @@ -1324,7 +1324,7 @@ Here is the caller graph for this function:
-
Todo
magic number
+
Todo
magic number
Here is the call graph for this function:
diff --git a/doxygen_crawl.html b/doxygen_crawl.html index 474b2ff86..4c8fbd13d 100644 --- a/doxygen_crawl.html +++ b/doxygen_crawl.html @@ -10349,12 +10349,12 @@ - + - + diff --git a/md_docs_2custom-audio.html b/md_docs_2custom-audio.html index 54ad4d60e..849c9d79c 100644 --- a/md_docs_2custom-audio.html +++ b/md_docs_2custom-audio.html @@ -132,7 +132,7 @@ Example:
└── sequences
└── main_menu.mp3
└── main_menu.json
-

+

Future plans