From e6fb000c6874874d50d94eee4b1c8e889f6791f1 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Sun, 2 Jul 2023 21:20:23 -0600 Subject: first commit --- src/game.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/game.h (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h new file mode 100644 index 0000000..e3942f9 --- /dev/null +++ b/src/game.h @@ -0,0 +1,6 @@ +#include "gameCommon.h" + +#ifndef GAME_H +#define GAME_H + +#endif -- cgit v1.2.3