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
@@ -7,6 +7,10 @@
#include <assets/other_textures.h>
#include "objects.h"
#ifdef __cplusplus
extern "C" {
#endif
extern Vtx D_800E49C0[];
extern Vtx D_800E4AC0[];
extern Vtx D_800E4BC0[];
@@ -87,4 +91,8 @@ extern StarData gWarioStadiumStars[];
extern u8 D_800E6F30[][3];
extern u8 D_800E6F48[][3];
#ifdef __cplusplus
}
#endif
#endif