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

8 lines
73 B
C
Raw Normal View History

2024-03-13 17:35:46 +01:00
#ifndef _GAME_H_
#define _GAME_H_
void gameInit();
#endif // _GAME_H_