mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-18 14:02:48 -04:00
Fix clang compiler issues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user