mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 20:37:58 +03:00
Fixed compilation
This commit is contained in:
parent
84f22a4140
commit
83cb18d9db
3 changed files with 4 additions and 1 deletions
|
@ -82,7 +82,7 @@ typedef union {
|
||||||
u16 array[SCREEN_HEIGHT][SCREEN_WIDTH];
|
u16 array[SCREEN_HEIGHT][SCREEN_WIDTH];
|
||||||
} FrameBuffer; // size = 0x25800
|
} 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 void (*PostLimbDraw)(s32, Vec3f*, void*);
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#define LIBC_STDBOOL_H
|
||||||
#ifndef LIBC_STDBOOL_H
|
#ifndef LIBC_STDBOOL_H
|
||||||
#define LIBC_STDBOOL_H
|
#define LIBC_STDBOOL_H
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
#include "sys.h"
|
#include "sys.h"
|
||||||
#include "sf64audio_external.h"
|
#include "sf64audio_external.h"
|
||||||
|
|
||||||
|
#include <functions.h>
|
||||||
|
|
||||||
s32 sGammaMode = 1;
|
s32 sGammaMode = 1;
|
||||||
|
|
||||||
SPTask* gCurrentTask;
|
SPTask* gCurrentTask;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue