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