mirror of https://github.com/pmret/papermario.git
fixing format
This commit is contained in:
parent
5a013f5579
commit
8490965da5
|
|
@ -9,7 +9,6 @@ struct ScriptInstance;
|
|||
|
||||
typedef ApiStatus(*ApiFunc)(struct ScriptInstance*, s32);
|
||||
|
||||
|
||||
typedef struct Vec3f {
|
||||
/* 0x00 */ f32 x;
|
||||
/* 0x04 */ f32 y;
|
||||
|
|
|
|||
|
|
@ -2,9 +2,6 @@
|
|||
#define _SI_H_
|
||||
|
||||
#include "ultra64.h"
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
#include "common_structs.h"
|
||||
|
||||
#define SI_VAR_0 0xFE363C80
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue