aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/lua-script.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-24 12:56:08 +0200
committerEugene Sandulenko2019-09-03 17:17:27 +0200
commit91da8c7aab9c8a396f37d99ad019d40084856dfc (patch)
tree2f613aac7ff21fa235de2e044f3d8ea2b2c734eb /engines/hdb/lua-script.cpp
parenta0817b0b5a68844c86f59898f6dddc4bd9cc06a9 (diff)
downloadscummvm-rg350-91da8c7aab9c8a396f37d99ad019d40084856dfc.tar.gz
scummvm-rg350-91da8c7aab9c8a396f37d99ad019d40084856dfc.tar.bz2
scummvm-rg350-91da8c7aab9c8a396f37d99ad019d40084856dfc.zip
HDB: Reduce header dependency
Diffstat (limited to 'engines/hdb/lua-script.cpp')
-rw-r--r--engines/hdb/lua-script.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/lua-script.cpp b/engines/hdb/lua-script.cpp
index 5216aa3509..71de7b1db3 100644
--- a/engines/hdb/lua-script.cpp
+++ b/engines/hdb/lua-script.cpp
@@ -31,6 +31,8 @@
#include "hdb/gfx.h"
#include "hdb/map.h"
#include "hdb/mpc.h"
+#include "hdb/sound.h"
+#include "hdb/window.h"
namespace HDB {