mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-17 04:00:51 +00:00
[headers 12] Add kaleido_manager.h, move various protos to headers (#2174)
* [headers 12] add kaleido_manager.h, move various protos to headers * BSS * bss
This commit is contained in:
parent
5441559b30
commit
cbf9eacf42
12 changed files with 66 additions and 50 deletions
|
@ -6,6 +6,7 @@
|
|||
#include "z64view.h"
|
||||
|
||||
struct OcarinaStaff;
|
||||
struct PlayState;
|
||||
|
||||
#define PAUSE_ITEM_NONE 999
|
||||
|
||||
|
@ -229,4 +230,8 @@ typedef struct PauseMapMarkData {
|
|||
|
||||
typedef PauseMapMarkData PauseMapMarksData[3];
|
||||
|
||||
void KaleidoSetup_Update(struct PlayState* play);
|
||||
void KaleidoSetup_Init(struct PlayState* play);
|
||||
void KaleidoSetup_Destroy(struct PlayState* play);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue