aboutsummaryrefslogtreecommitdiff
path: root/sword2/function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/function.cpp')
-rw-r--r--sword2/function.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/sword2/function.cpp b/sword2/function.cpp
index f74b2b6941..ea09e1de91 100644
--- a/sword2/function.cpp
+++ b/sword2/function.cpp
@@ -22,6 +22,11 @@
#include "sword2/sword2.h"
#include "sword2/defs.h"
#include "sword2/interpreter.h"
+#include "sword2/logic.h"
+#include "sword2/maketext.h"
+#include "sword2/resman.h"
+#include "sword2/driver/d_draw.h"
+#include "sword2/driver/d_sound.h"
namespace Sword2 {