fallout2-ce/src/game_memory.h

11 lines
140 B
C++

#ifndef GAME_MEMORY_H
#define GAME_MEMORY_H
namespace fallout {
int gameMemoryInit();
} // namespace fallout
#endif /* GAME_MEMORY_H */