mirror of
https://github.com/zeldaret/oot
synced 2026-09-04 10:21:45 -04:00
Create headers for Game States (#2482)
* make headers for gamestates * fixes * fixes 2 * bss
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef SETUP_STATE_H
|
||||
#define SETUP_STATE_H
|
||||
|
||||
#include "z64game.h"
|
||||
|
||||
typedef struct SetupState {
|
||||
/* 0x00 */ GameState state;
|
||||
} SetupState; // size = 0xA4
|
||||
|
||||
void Setup_Init(GameState* thisx);
|
||||
void Setup_Destroy(GameState* thisx);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user