Files
Anghelo Carvajal c65a8dbc39 Game renaming (#63)
* rename GameState to Game

* Rename the structs

* fix table

* whoops

* rename play parameter

* format

* undo what i messed in z64compress
2023-08-17 09:19:13 -07:00

17 lines
321 B
C

#ifndef C_67D890_H
#define C_67D890_H
#include "ultra64.h"
struct Game_Play;
void func_80059BF0_jp(void);
void banti_move(struct Game_Play* game_play);
// void func_80059EC0_jp();
// void func_8005A070_jp();
// void func_8005A154_jp();
// void func_8005A238_jp();
void banti_draw(struct Game_Play* game_play);
#endif