Files
mm/include/z_title_setup.h
T
Anghelo Carvajal a0701c170b z64game.h (#1250)
* z64game.h

* grrrrr

* fix missing stuff

* Update include/z64game.h

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>

* Update include/z64game.h

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>

* review

* global.h to the top

* reiew

* fix

---------

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
2023-06-06 08:54:18 -04:00

14 lines
237 B
C

#ifndef Z64TITLE_SETUP_H
#define Z64TITLE_SETUP_H
#include "z64game.h"
typedef struct {
/* 0x00 */ GameState state;
} SetupState; // size = 0xA4
void Setup_Destroy(GameState* gameState);
void Setup_Init(GameState* thisx);
#endif