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