11 lines
140 B
C++
11 lines
140 B
C++
#ifndef GAME_MEMORY_H
|
|
#define GAME_MEMORY_H
|
|
|
|
namespace fallout {
|
|
|
|
int gameMemoryInit();
|
|
|
|
} // namespace fallout
|
|
|
|
#endif /* GAME_MEMORY_H */
|