svn-id: r38874
This commit is contained in:
Max Horn 2009-02-25 02:05:43 +00:00
parent 04588b1fa2
commit 8280089d28
2 changed files with 8 additions and 2 deletions

View File

@ -26,10 +26,13 @@
#ifndef SCI_INCLUDE_SCRIPT_H
#define SCI_INCLUDE_SCRIPT_H
#include "sci/include/sciresource.h"
#include "common/str.h"
namespace Sci {
struct EngineState;
struct ResourceManager;
/*#define SCRIPT_DEBUG */
#define SCI_SCRIPTS_NR 1000

View File

@ -26,11 +26,14 @@
#ifndef SCI_INCLUDE_VOCABULARY_H
#define SCI_INCLUDE_VOCABULARY_H
#include "common/str.h"
#include "sci/include/versions.h"
#include "sci/include/sciresource.h"
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 */