fix forward declarations to match the actual ones

svn-id: r38844
This commit is contained in:
Andre Heider 2009-02-24 18:21:12 +00:00
parent c9f245a840
commit 3082586230
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
namespace Sci {
class EngineState;
struct EngineState;
#define SCIk_DEBUG_MODES 17

View File

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

View File

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