X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsupertux%2Fgameconfig.hpp;h=3b7dd06da90a80d057b00de4b53107fcc36d1019;hb=2b7cf1bf8c85a4df1d2a02ddcad8723b40f8efff;hp=0bcbf88348a4fc3adae4eb8c26a8042b60e968fd;hpb=4b9d82b256a71b25636bee6a4f54142f8a5e757f;p=supertux.git diff --git a/src/supertux/gameconfig.hpp b/src/supertux/gameconfig.hpp index 0bcbf8834..3b7dd06da 100644 --- a/src/supertux/gameconfig.hpp +++ b/src/supertux/gameconfig.hpp @@ -71,6 +71,15 @@ public: KeyboardConfig keyboard_config; JoystickConfig joystick_config; + + struct Addon + { + std::string id; + bool enabled; + }; + std::vector addons; + + bool developer_mode; }; #endif