Including scummsys.h and forward-declaring GobEngine

svn-id: r41592
This commit is contained in:
Sven Hesse 2009-06-16 20:39:37 +00:00
parent c73f11f0d1
commit 72fedd3eb0

View File

@ -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,