Fixed compilation

This commit is contained in:
KiritoDv 2024-04-06 04:35:56 -06:00
parent 84f22a4140
commit 83cb18d9db
3 changed files with 4 additions and 1 deletions

View file

@ -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 {

View file

@ -1,3 +1,4 @@
#define LIBC_STDBOOL_H
#ifndef LIBC_STDBOOL_H
#define LIBC_STDBOOL_H

View file

@ -1,6 +1,8 @@
#include "sys.h"
#include "sf64audio_external.h"
#include <functions.h>
s32 sGammaMode = 1;
SPTask* gCurrentTask;