fallout2-ce/src/game_memory.h

7 lines
95 B
C
Raw Normal View History

2022-05-19 01:51:26 -07:00
#ifndef GAME_MEMORY_H
#define GAME_MEMORY_H
int gameMemoryInit();
#endif /* GAME_MEMORY_H */