Removed some non-required struct declarations

svn-id: r38865
This commit is contained in:
Jordi Vilalta Prat 2009-02-24 22:33:39 +00:00
parent 9784c2dac1
commit a9dfa2575a
4 changed files with 0 additions and 9 deletions

View File

@ -30,8 +30,6 @@
namespace Sci {
struct IntMapper; // from intmap.h
// SCRIPT_ID must be 0
enum idFlag {
SCRIPT_ID,

View File

@ -37,8 +37,6 @@
namespace Sci {
struct IntMapper; // from intmap.h
#define VM_STACK_SIZE 0x1000
/* Number of bytes to be allocated for the stack */

View File

@ -30,9 +30,6 @@
namespace Sci {
struct EngineState;
struct ResourceManager;
/*#define SCRIPT_DEBUG */
#define SCI_SCRIPTS_NR 1000

View File

@ -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 */