diff options
Diffstat (limited to 'engines/sci/include')
-rw-r--r-- | engines/sci/include/script.h | 3 | ||||
-rw-r--r-- | engines/sci/include/vocabulary.h | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/engines/sci/include/script.h b/engines/sci/include/script.h index 1c03507a4d..bfa76c4acf 100644 --- a/engines/sci/include/script.h +++ b/engines/sci/include/script.h @@ -30,9 +30,6 @@ namespace Sci { -struct EngineState; -struct ResourceManager; - /*#define SCRIPT_DEBUG */ #define SCI_SCRIPTS_NR 1000 diff --git a/engines/sci/include/vocabulary.h b/engines/sci/include/vocabulary.h index 441d0426e5..98d3d6c7a3 100644 --- a/engines/sci/include/vocabulary.h +++ b/engines/sci/include/vocabulary.h @@ -31,8 +31,6 @@ namespace Sci { -struct ResourceManager; - /*#define VOCABULARY_DEBUG */ /*#define SCI_SIMPLE_SAID_CODE */ /* Whether the simplified Said() matching should be used */ /*#define SCI_SIMPLE_SAID_DEBUG */ /* uncomment to enable simple said debugging */ |