1
0
mirror of https://github.com/blawar/ooot.git synced 2024-06-25 22:09:34 +00:00
ooot/include/def/title_setup.h

7 lines
171 B
C
Raw Normal View History

2021-12-27 19:23:03 +00:00
#pragma once
2022-02-12 19:50:06 +00:00
struct GameState;
2021-12-27 19:23:03 +00:00
void TitleSetup_Destroy(GameState* gameState);
void TitleSetup_Init(GameState* gameState);
void TitleSetup_InitImpl(GameState* gameState);