diff options
author | Martin Kiewitz | 2010-07-24 16:47:12 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-07-24 16:47:12 +0000 |
commit | 9bea286e494f81ac7cf0482b05b9f4080f6c3806 (patch) | |
tree | f0b78e1d4a73449298d775d5d52c369e33dcab31 /engines/sci/engine | |
parent | 72388cc638f2c358f6d3a77d75abd47f51cd5e0a (diff) | |
download | scummvm-rg350-9bea286e494f81ac7cf0482b05b9f4080f6c3806.tar.gz scummvm-rg350-9bea286e494f81ac7cf0482b05b9f4080f6c3806.tar.bz2 scummvm-rg350-9bea286e494f81ac7cf0482b05b9f4080f6c3806.zip |
SCI: cache Planes for sci32
svn-id: r51249
Diffstat (limited to 'engines/sci/engine')
-rw-r--r-- | engines/sci/engine/kgraphics.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/kgraphics.cpp b/engines/sci/engine/kgraphics.cpp index afbc08b1ec..fdc5710be4 100644 --- a/engines/sci/engine/kgraphics.cpp +++ b/engines/sci/engine/kgraphics.cpp @@ -43,6 +43,7 @@ #include "sci/graphics/cursor.h" #include "sci/graphics/palette.h" #include "sci/graphics/paint16.h" +#include "sci/graphics/picture.h" #include "sci/graphics/ports.h" #include "sci/graphics/robot.h" #include "sci/graphics/screen.h" |