aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index 45414eb331..18a48228e5 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -23,8 +23,6 @@
#ifndef FULLPIPE_GFX_H
#define FULLPIPE_GFX_H
-class Common::ReadStream;
-
namespace Fullpipe {
class DynamicPhase;
@@ -121,7 +119,6 @@ class BigPicture : public Picture {
class GameObject : public CObject {
public:
int16 _okeyCode;
- int16 _field_6;
int _field_8;
int16 _flags;
int16 _id;
@@ -134,6 +131,7 @@ class GameObject : public CObject {
public:
GameObject();
GameObject(GameObject *src);
+ ~GameObject();
virtual bool load(MfcArchive &file);
void setOXY(int x, int y);