summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-08-08 14:46:47 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2021-08-08 14:46:47 +0200
commit74f00c3c6362f1fe7ee9d25a99ee8db5ce4e88dd (patch)
treeebe621b0d748a1a8854760cdfbd227ce7d93d164 /src/control
parentmerge (diff)
parentMerge branch 'master' into miami (diff)
downloadre3-74f00c3c6362f1fe7ee9d25a99ee8db5ce4e88dd.tar
re3-74f00c3c6362f1fe7ee9d25a99ee8db5ce4e88dd.tar.gz
re3-74f00c3c6362f1fe7ee9d25a99ee8db5ce4e88dd.tar.bz2
re3-74f00c3c6362f1fe7ee9d25a99ee8db5ce4e88dd.tar.lz
re3-74f00c3c6362f1fe7ee9d25a99ee8db5ce4e88dd.tar.xz
re3-74f00c3c6362f1fe7ee9d25a99ee8db5ce4e88dd.tar.zst
re3-74f00c3c6362f1fe7ee9d25a99ee8db5ce4e88dd.zip
Diffstat (limited to 'src/control')
-rw-r--r--src/control/Pickups.cpp1
-rw-r--r--src/control/Restart.cpp1
-rw-r--r--src/control/Script5.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/control/Pickups.cpp b/src/control/Pickups.cpp
index 9233a172..f31d89b3 100644
--- a/src/control/Pickups.cpp
+++ b/src/control/Pickups.cpp
@@ -23,6 +23,7 @@
#ifdef FIX_BUGS
#include "Replay.h"
#endif
+#include "SaveBuf.h"
#include "Script.h"
#include "Shadows.h"
#include "SpecialFX.h"
diff --git a/src/control/Restart.cpp b/src/control/Restart.cpp
index 39c9a234..af38537d 100644
--- a/src/control/Restart.cpp
+++ b/src/control/Restart.cpp
@@ -1,6 +1,7 @@
#include "common.h"
#include "Restart.h"
+#include "SaveBuf.h"
#include "Zones.h"
#include "PathFind.h"
#include "SaveBuf.h"
diff --git a/src/control/Script5.cpp b/src/control/Script5.cpp
index b0605574..abf1c993 100644
--- a/src/control/Script5.cpp
+++ b/src/control/Script5.cpp
@@ -12,6 +12,7 @@
#include "Pools.h"
#include "Population.h"
#include "RpAnimBlend.h"
+#include "SaveBuf.h"
#include "Shadows.h"
#include "SpecialFX.h"
#include "World.h"