aboutsummaryrefslogtreecommitdiff
path: root/scumm/bomp.h
diff options
context:
space:
mode:
authorMax Horn2004-01-04 14:35:46 +0000
committerMax Horn2004-01-04 14:35:46 +0000
commit2ce4d13c048ec5b2cec8fd78071a39d14888af63 (patch)
tree19abbbab592ecd583a5c9b6909e2ea3e9b608696 /scumm/bomp.h
parent694f02155cba6b7f8ed5cd5d4170eba935e9dcc6 (diff)
downloadscummvm-rg350-2ce4d13c048ec5b2cec8fd78071a39d14888af63.tar.gz
scummvm-rg350-2ce4d13c048ec5b2cec8fd78071a39d14888af63.tar.bz2
scummvm-rg350-2ce4d13c048ec5b2cec8fd78071a39d14888af63.zip
split out cursor/palette code into separate source files
svn-id: r12138
Diffstat (limited to 'scumm/bomp.h')
-rw-r--r--scumm/bomp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/bomp.h b/scumm/bomp.h
index d2c224ea29..005fe83879 100644
--- a/scumm/bomp.h
+++ b/scumm/bomp.h
@@ -22,6 +22,8 @@
#ifndef BOMP_H
#define BOMP_H
+#include "common/scummsys.h"
+
namespace Scumm {
int32 setupBompScale(byte *scaling, int32 size, byte scale);