This repository has been archived on 2024-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
game-ctrl-01/game.h
2024-03-13 17:35:46 +01:00

8 lines
73 B
C

#ifndef _GAME_H_
#define _GAME_H_
void gameInit();
#endif // _GAME_H_