summary refs log tree commit diff stats
path: root/src/menu_system.cpp
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2021-03-13 07:11:56 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2021-03-13 15:34:50 -0500
commit3c505f6f7fa5d4fab7c2a2864a45c8f5d0b4d329 (patch)
tree0c46beb4097378189b0bb9ac3738b869b29b24b5 /src/menu_system.cpp
parentfb26b9b9c89ff242576d68de5a0bef189087ad15 (diff)
downloadtanetane-3c505f6f7fa5d4fab7c2a2864a45c8f5d0b4d329.tar.gz
tanetane-3c505f6f7fa5d4fab7c2a2864a45c8f5d0b4d329.tar.bz2
tanetane-3c505f6f7fa5d4fab7c2a2864a45c8f5d0b4d329.zip
Created MenuSystem
It currently has nothing in it.

#7
Diffstat (limited to 'src/menu_system.cpp')
-rw-r--r--src/menu_system.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/menu_system.cpp b/src/menu_system.cpp new file mode 100644 index 0000000..a5f3539 --- /dev/null +++ b/src/menu_system.cpp
@@ -0,0 +1,2 @@
1#include "menu_system.h"
2#include "game.h"