aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/math
diff options
context:
space:
mode:
authorNipun Garg2019-03-09 02:41:35 +0530
committerEugene Sandulenko2019-08-13 10:18:02 +0200
commitc1f029c6dcd606b3dbe8e3952ac55f89968ab6c4 (patch)
tree251016525019b20ca6c41a95d4a584483724daee /engines/sword25/math
parentf019afa94a4638e6132551a570ce3b1d67b62b54 (diff)
downloadscummvm-rg350-c1f029c6dcd606b3dbe8e3952ac55f89968ab6c4.tar.gz
scummvm-rg350-c1f029c6dcd606b3dbe8e3952ac55f89968ab6c4.tar.bz2
scummvm-rg350-c1f029c6dcd606b3dbe8e3952ac55f89968ab6c4.zip
COMMON: Move Lua into Common and make it into...
an engine feature
Diffstat (limited to 'engines/sword25/math')
-rw-r--r--engines/sword25/math/vertex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword25/math/vertex.cpp b/engines/sword25/math/vertex.cpp
index ed0baeeeb3..eb0df93005 100644
--- a/engines/sword25/math/vertex.cpp
+++ b/engines/sword25/math/vertex.cpp
@@ -31,8 +31,8 @@
#include "sword25/math/vertex.h"
-#include "sword25/util/lua/lua.h"
-#include "sword25/util/lua/lauxlib.h"
+#include "common/lua/lua.h"
+#include "common/lua/lauxlib.h"
namespace Sword25 {