I tried with pole
Build libsm64 / Build libsm64 for linux (push) Successful in 31s
Build libsm64 / Build libsm64 for windows (push) Successful in 23s
Build libsm64 / Snapshot Release (push) Has been cancelled
Build libsm64 / Build libsm64 for windows (pull_request) Has been cancelled
Build libsm64 / Snapshot Release (pull_request) Has been cancelled
Build libsm64 / Build libsm64 for linux (pull_request) Has been cancelled

This commit is contained in:
2026-06-01 23:29:58 -05:00
parent 53731adf81
commit 8daff2b6a2
15 changed files with 89 additions and 290 deletions
+4 -1
View File
@@ -9,6 +9,7 @@
#include <math.h>
#include "obj_pool.h"
#include "decomp/include/types.h"
#if defined(_WIN32)
#ifdef SM64_LIB_EXPORT
@@ -156,7 +157,9 @@ enum
SM64_GEO_MAX_TRIANGLES = 1024,
};
extern struct ObjPool s_fakeobj_instance_pool;
extern f32 dist_between_objects(struct Object *obj1, struct Object *obj2);
extern struct Object *get_closest_pole_object();
typedef void (*SM64RumbleCallbackFunctionPtr)(int32_t marioId, int16_t level, int16_t time);