aboutsummaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
new file mode 100644
index 0000000..4e25d8a
--- /dev/null
+++ b/src/game.cpp
@@ -0,0 +1,5 @@
+#include "game.hpp"
+
+Game::Game()
+{
+}