From c7c678651a30db30e449e965e6c82ad0dcb871e6 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Mon, 18 Dec 2023 20:35:37 -0500 Subject: checkpoint - arg-handler --- src/game-settings.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game-settings.hpp') diff --git a/src/game-settings.hpp b/src/game-settings.hpp index 7e1d31d..7bc6765 100644 --- a/src/game-settings.hpp +++ b/src/game-settings.hpp @@ -8,6 +8,7 @@ struct GameSettings { const char *executablePath; + const char *pluginPath = nullptr; bool isGameRunning = true; bool isGamePaused = false; bool isShowingEditor = true; -- cgit v1.2.3