diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-02 21:20:23 -0600 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-02 21:20:23 -0600 |
commit | e6fb000c6874874d50d94eee4b1c8e889f6791f1 (patch) | |
tree | c8b402ed75a19684603573abb9a813ce8a525c24 /src/game.h |
first commit
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |