From 3c505f6f7fa5d4fab7c2a2864a45c8f5d0b4d329 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 13 Mar 2021 07:11:56 -0500 Subject: Created MenuSystem It currently has nothing in it. #7 --- src/menu_system.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/menu_system.cpp (limited to 'src/menu_system.cpp') 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 @@ +#include "menu_system.h" +#include "game.h" -- cgit 1.4.1