summaryrefslogtreecommitdiff
path: root/src/game-settings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-settings.hpp')
-rw-r--r--src/game-settings.hpp1
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;