mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 11:04:44 +00:00
fix forward declarations to match the actual ones
svn-id: r38844
This commit is contained in:
parent
c9f245a840
commit
3082586230
@ -30,7 +30,7 @@
|
||||
|
||||
namespace Sci {
|
||||
|
||||
class EngineState;
|
||||
struct EngineState;
|
||||
|
||||
#define SCIk_DEBUG_MODES 17
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
namespace Sci {
|
||||
|
||||
class IntMapper; // from intmap.h
|
||||
struct IntMapper; // from intmap.h
|
||||
|
||||
// SCRIPT_ID must be 0
|
||||
enum idFlag {
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user