aboutsummaryrefslogtreecommitdiff
path: root/engines/access/data.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-08-23 14:13:26 -0400
committerPaul Gilbert2014-08-23 14:13:26 -0400
commit1e2d79eb598a0ed73a59cc540cddbaddf0bc90dd (patch)
tree1bf0e0d0508e476acbb65597dd0df1667eece48d /engines/access/data.cpp
parent31c8a524a35c19291bbd7bed3d117791a90c7401 (diff)
downloadscummvm-rg350-1e2d79eb598a0ed73a59cc540cddbaddf0bc90dd.tar.gz
scummvm-rg350-1e2d79eb598a0ed73a59cc540cddbaddf0bc90dd.tar.bz2
scummvm-rg350-1e2d79eb598a0ed73a59cc540cddbaddf0bc90dd.zip
ACCESS: Implement more opcodes, stubbed beginning of video player
Diffstat (limited to 'engines/access/data.cpp')
-rw-r--r--engines/access/data.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/access/data.cpp b/engines/access/data.cpp
index 094272b05c..a13c6d9a67 100644
--- a/engines/access/data.cpp
+++ b/engines/access/data.cpp
@@ -21,9 +21,10 @@
*/
#include "common/algorithm.h"
-#include "access/data.h"
-#include "graphics/palette.h"
+#include "common/stream.h"
#include "common/system.h"
+#include "graphics/palette.h"
+#include "access/data.h"
namespace Access {