From 7d71827c25ff1ab47c03aaa26f63a9a754b3d549 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sun, 3 Jul 2022 11:24:05 -0400 Subject: Condensed solar system csv files into one. Add argument parser for help and different systems --- include/game.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/game.hpp') diff --git a/include/game.hpp b/include/game.hpp index 9454318..d20510b 100644 --- a/include/game.hpp +++ b/include/game.hpp @@ -11,6 +11,7 @@ #include #define WINCTX_GAME "Game" +#define WINCTX_TITLE "Title" class Game { @@ -19,7 +20,7 @@ public: STOPPED, RUNNING, RUNNING_INPUT, PAUSED, PAUSED_INPUT }; - static void setup(unsigned w, unsigned h); + static void setup(unsigned w, unsigned h, const std::string &sysname); static void cleanup(); static void turn(); -- cgit v1.2.1