diff options
author | Nipun Garg | 2019-03-09 02:41:35 +0530 |
---|---|---|
committer | Eugene Sandulenko | 2019-08-13 10:18:02 +0200 |
commit | c1f029c6dcd606b3dbe8e3952ac55f89968ab6c4 (patch) | |
tree | 251016525019b20ca6c41a95d4a584483724daee /engines/sword25/gfx | |
parent | f019afa94a4638e6132551a570ce3b1d67b62b54 (diff) | |
download | scummvm-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/gfx')
-rw-r--r-- | engines/sword25/gfx/graphicengine.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword25/gfx/graphicengine.cpp b/engines/sword25/gfx/graphicengine.cpp index ca1f37c9d3..bc44e115bc 100644 --- a/engines/sword25/gfx/graphicengine.cpp +++ b/engines/sword25/gfx/graphicengine.cpp @@ -50,8 +50,8 @@ #include "sword25/fmv/movieplayer.h" -#include "sword25/util/lua/lua.h" -#include "sword25/util/lua/lauxlib.h" +#include "common/lua/lua.h" +#include "common/lua/lauxlib.h" enum { BIT_DEPTH = 32, BACKBUFFER_COUNT = 1 |