diff options
Diffstat (limited to 'src/game-settings.hpp')
| -rw-r--r-- | src/game-settings.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game-settings.hpp b/src/game-settings.hpp index 1131e6d..3456725 100644 --- a/src/game-settings.hpp +++ b/src/game-settings.hpp @@ -1,6 +1,8 @@ #ifndef PKE_GAME_SETTINGS_HPP #define PKE_GAME_SETTINGS_HPP +#include "memory-type-defs.hpp" + #include <chrono> #include <cstdint> @@ -26,6 +28,9 @@ struct GameSettings { bool isFramerateUnlocked = false; bool isWaitingForVsync = true; } graphicsSettings; + struct { + MemBucket *bkt = nullptr; + } mem; }; extern GameSettings pkeSettings; |
