7 lines
95 B
C
7 lines
95 B
C
#ifndef GAME_MEMORY_H
|
|
#define GAME_MEMORY_H
|
|
|
|
int gameMemoryInit();
|
|
|
|
#endif /* GAME_MEMORY_H */
|