diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp new file mode 100644 index 0000000..9ce0a82 --- /dev/null +++ b/src/game.cpp @@ -0,0 +1,7 @@ +#include "common.hpp" + +namespace game { + + + +} //namespace game |