diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-18 20:35:37 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-23 11:41:03 -0500 |
| commit | c7c678651a30db30e449e965e6c82ad0dcb871e6 (patch) | |
| tree | 09f012460a7f77bb92d82d642ec0e9d85ef347e2 /src/game-settings.hpp | |
| parent | 4c4304429a4c06167aa21de246aa21e7b3ceb725 (diff) | |
checkpoint - arg-handler
Diffstat (limited to 'src/game-settings.hpp')
| -rw-r--r-- | src/game-settings.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
