aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/gfx_res_options.h
diff options
context:
space:
mode:
authorFilippos Karapetis2009-05-13 16:52:41 +0000
committerFilippos Karapetis2009-05-13 16:52:41 +0000
commite940bcff23f0b5bf340b00a44368944489145535 (patch)
treeba53d6fc95fb49c130117a38eeeed5c9502d32a8 /engines/sci/gfx/gfx_res_options.h
parent9cdb4c36a7b474b36cab35215ed66e390becedd3 (diff)
downloadscummvm-rg350-e940bcff23f0b5bf340b00a44368944489145535.tar.gz
scummvm-rg350-e940bcff23f0b5bf340b00a44368944489145535.tar.bz2
scummvm-rg350-e940bcff23f0b5bf340b00a44368944489145535.zip
- Simplified SCI version detection a bit and clarified the different version feature flags (not used yet)
- Removed the version verification functions (they were only used for two specific cases, but the SCI executable reader is able to detect the exact SCI game version anyway, so there is no point in having these) - Removed the empty GameFlags structure and replaced it with a 32-bit integer instead svn-id: r40524
Diffstat (limited to 'engines/sci/gfx/gfx_res_options.h')
-rw-r--r--engines/sci/gfx/gfx_res_options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/gfx/gfx_res_options.h b/engines/sci/gfx/gfx_res_options.h
index bae9551663..f01f93d21b 100644
--- a/engines/sci/gfx/gfx_res_options.h
+++ b/engines/sci/gfx/gfx_res_options.h
@@ -30,6 +30,7 @@
#ifdef CUSTOM_GRAPHICS_OPTIONS
+#include "sci/sci.h"
#include "sci/gfx/gfx_resource.h"
#include "sci/gfx/gfx_resmgr.h"