aboutsummaryrefslogtreecommitdiff
path: root/include/game.hpp
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-03-21 02:19:32 +0100
committerCharles <sircharlesaze@gmail.com>2020-03-21 02:19:32 +0100
commit166c06083212a5657fcaf03328bf530f9eb8b0d8 (patch)
tree0f8539f2bf0647412e6988550a34e89423e0e49d /include/game.hpp
downloadmario_sokoban-166c06083212a5657fcaf03328bf530f9eb8b0d8.tar.gz
mario_sokoban-166c06083212a5657fcaf03328bf530f9eb8b0d8.tar.bz2
mario_sokoban-166c06083212a5657fcaf03328bf530f9eb8b0d8.zip
Initial commit
Diffstat (limited to 'include/game.hpp')
-rw-r--r--include/game.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/game.hpp b/include/game.hpp
new file mode 100644
index 0000000..017d21b
--- /dev/null
+++ b/include/game.hpp
@@ -0,0 +1,11 @@
+#ifndef GAME_HPP
+# define GAME_HPP
+
+class Game
+{
+public:
+ Game();
+
+};
+
+#endif