mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
Including scummsys.h and forward-declaring GobEngine
svn-id: r41592
This commit is contained in:
parent
c73f11f0d1
commit
72fedd3eb0
@ -26,8 +26,12 @@
|
||||
#ifndef GOB_PARSE_H
|
||||
#define GOB_PARSE_H
|
||||
|
||||
#include "common/scummsys.h"
|
||||
|
||||
namespace Gob {
|
||||
|
||||
class GobEngine;
|
||||
|
||||
enum {
|
||||
OP_NEG = 1,
|
||||
OP_ADD = 2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user