Fix clang compiler issues

This commit is contained in:
Garrett Cox
2024-11-21 20:20:37 -06:00
parent 318a6d713f
commit 6b71793b4f
18 changed files with 69 additions and 2 deletions
+8
View File
@@ -4,6 +4,10 @@
#include "spline.h"
#include <common_structs.h>
#ifdef __cplusplus
extern "C" {
#endif
#define OBJECT_LIST_SIZE 0x226
#define SOME_OBJECT_INDEX_LIST_SIZE 32
@@ -451,4 +455,8 @@ extern s8 D_8018D230;
//! Some sort of limiter on how many of some object type can spawn
extern s32 D_8018D3C4;
#ifdef __cplusplus
}
#endif
#endif