The first commit

This commit is contained in:
Banjo Kazooie
2022-07-15 17:09:41 -05:00
commit dd13d34074
1087 changed files with 391897 additions and 0 deletions

21
include/variables.h Normal file
View File

@@ -0,0 +1,21 @@
#ifndef VARIABLES_H
#define VARIABLES_H
#define RARE_PI 3.141592654
#define M_TAU (2*M_PI)
struct Overlay {
void *start;
void *end;
};
extern struct Overlay gOverlayTable[];
extern s32 D_80276588;
extern s32 D_8027658C;
extern f32 climbPoleBottom[3];
extern f32 climbPoleTop[3];
#endif