aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection_tables.h
diff options
context:
space:
mode:
authorEugene Sandulenko2012-02-26 07:18:52 -0800
committerEugene Sandulenko2012-02-26 07:18:52 -0800
commit80923297e3e186ceef557dc86113acd3870e3583 (patch)
tree4283f700e253762c070d05ed2ec9df4836db0afb /engines/scumm/detection_tables.h
parentd3c4243ab5aa8438645340dca1900e678d8fd6ba (diff)
parent367131ef0ebbc446f5589b3523049eac3d5a572d (diff)
downloadscummvm-rg350-80923297e3e186ceef557dc86113acd3870e3583.tar.gz
scummvm-rg350-80923297e3e186ceef557dc86113acd3870e3583.tar.bz2
scummvm-rg350-80923297e3e186ceef557dc86113acd3870e3583.zip
Merge pull request #192 from fingolfin/refactor-common
COMMON: Split common/util.h
Diffstat (limited to 'engines/scumm/detection_tables.h')
-rw-r--r--engines/scumm/detection_tables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index a44497f193..d7eedc3a83 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -24,6 +24,7 @@
#define SCUMM_DETECTION_TABLES_H
#include "engines/obsolete.h"
+#include "common/gui_options.h"
#include "common/rect.h"
#include "common/util.h"