diff options
Diffstat (limited to 'src/libjin/core/game.h')
-rw-r--r-- | src/libjin/core/game.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libjin/core/game.h b/src/libjin/core/game.h index d56b249..069566b 100644 --- a/src/libjin/core/game.h +++ b/src/libjin/core/game.h @@ -8,6 +8,11 @@ namespace core class Game { public: + + struct Setting + { + + }; static inline Game* get() { |