aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/statics.h')
-rw-r--r--engines/fullpipe/statics.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h
index 46b4a4bf9c..462a76c619 100644
--- a/engines/fullpipe/statics.h
+++ b/engines/fullpipe/statics.h
@@ -244,6 +244,7 @@ public:
void draw();
void draw2();
+ /** ownership of returned object is transferred to caller */
MovTable *countMovements();
Common::Point *calcStepLen(Common::Point *p);
void setSpeed(int speed);
@@ -259,14 +260,6 @@ public:
bool isPixelHitAtPos(int x, int y);
};
-struct MovTable {
- int count;
- int16 *movs;
-
- MovTable() { count = 0; movs = 0; }
- ~MovTable() { free(movs); }
-};
-
} // End of namespace Fullpipe
#endif /* FULLPIPE_STATICS_H */