mirror of
https://github.com/HarbourMasters/Starship
synced 2026-07-07 06:14:52 -04:00
Fixed compilation
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ typedef union {
|
||||
u16 array[SCREEN_HEIGHT][SCREEN_WIDTH];
|
||||
} FrameBuffer; // size = 0x25800
|
||||
|
||||
typedef bool (*OverrideLimbDraw)(s32 limbIndex, Gfx** dList, Vec3f* pos, Vec3f* rot, void* this);
|
||||
typedef bool (*OverrideLimbDraw)(s32 limbIndex, Gfx** dList, Vec3f* pos, Vec3f* rot, void* thisx);
|
||||
typedef void (*PostLimbDraw)(s32, Vec3f*, void*);
|
||||
|
||||
typedef struct {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#define LIBC_STDBOOL_H
|
||||
#ifndef LIBC_STDBOOL_H
|
||||
#define LIBC_STDBOOL_H
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#include "sys.h"
|
||||
#include "sf64audio_external.h"
|
||||
|
||||
#include <functions.h>
|
||||
|
||||
s32 sGammaMode = 1;
|
||||
|
||||
SPTask* gCurrentTask;
|
||||
|
||||
Reference in New Issue
Block a user