summaryrefslogtreecommitdiff
path: root/src/game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.hpp')
-rw-r--r--src/game.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game.hpp b/src/game.hpp
index 37da1cc0..6aaa5d47 100644
--- a/src/game.hpp
+++ b/src/game.hpp
@@ -2,6 +2,7 @@
#include "game_fwd.hpp"
+#include "alloc.hpp"
#include "birther.hpp"
#include "game_edit_data.hpp"
#include "grid.hpp"
@@ -50,6 +51,11 @@ struct Game {
std::vector<random_artifact> random_artifacts;
/**
+ * Allocations
+ */
+ Alloc alloc;
+
+ /**
* Player's un-adjusted HP at every level.
* Stored to avoid shenanigans with draininging levels
* and restoring them back, &c.