Files
fallout2-ce/src/game_memory.h
Alexander Batalov 9bb053b3ba Add namespace (#155)
2022-09-23 15:43:44 +03:00

11 lines
140 B
C++

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