tetris/game-ctrl/game.h

8 lines
73 B
C

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