forked from nakidai/csnake
1
0
Fork 0
csnake/include/platform/game.h

7 lines
120 B
C
Raw Normal View History

2023-12-17 03:07:48 +03:00
#ifndef __PLATFORM_GAME_H__
#define __PLATFORM_GAME_H__
void platformGameInit(void);
#endif /* __PLATFORM_GAME_H__ */