1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-04 18:13:37 +00:00
ooot/include/title_setup.h

5 lines
105 B
C
Raw Normal View History

2021-12-27 19:23:03 +00:00
#pragma once
void TitleSetup_Init(GameState* gameState);
void TitleSetup_Destroy(GameState* gameState);