aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/gfx_res_options.cpp
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.cpp
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.cpp')
-rw-r--r--engines/sci/gfx/gfx_res_options.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/gfx/gfx_res_options.cpp b/engines/sci/gfx/gfx_res_options.cpp
index 187aafbbe8..a96949bf43 100644
--- a/engines/sci/gfx/gfx_res_options.cpp
+++ b/engines/sci/gfx/gfx_res_options.cpp
@@ -23,6 +23,7 @@
*
*/
+#include "sci/sci.h"
#include "sci/gfx/gfx_system.h"
#include "sci/gfx/gfx_options.h"
#include "sci/gfx/gfx_resmgr.h"