diff options
Diffstat (limited to 'include/game.hpp')
| -rw-r--r-- | include/game.hpp | 11 |
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 |
