test synced pole
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "obj_pool.h"
|
||||
|
||||
#if defined(_WIN32)
|
||||
#ifdef SM64_LIB_EXPORT
|
||||
#define SM64_LIB_FN __declspec(dllexport)
|
||||
@@ -154,6 +156,8 @@ enum
|
||||
SM64_GEO_MAX_TRIANGLES = 1024,
|
||||
};
|
||||
|
||||
extern struct ObjPool s_fakeobj_instance_pool;
|
||||
|
||||
typedef void (*SM64RumbleCallbackFunctionPtr)(int32_t marioId, int16_t level, int16_t time);
|
||||
|
||||
extern SM64_LIB_FN void sm64_register_rumble_callback_function(SM64RumbleCallbackFunctionPtr rumbleCallbackFunction);
|
||||
|
||||
Reference in New Issue
Block a user