1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-02 09:03:36 +00:00
ooot/include/title_setup.h
2022-01-31 19:05:17 -05:00

5 lines
105 B
C

#pragma once
void TitleSetup_Init(GameState* gameState);
void TitleSetup_Destroy(GameState* gameState);