From 166c06083212a5657fcaf03328bf530f9eb8b0d8 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 21 Mar 2020 02:19:32 +0100 Subject: Initial commit --- include/game.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 include/game.hpp (limited to 'include/game.hpp') 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 -- cgit