aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/objects.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-06-02 22:52:37 +0300
committerEugene Sandulenko2013-09-06 14:48:07 +0300
commit82cbf508b57f1b01ef06f0cd8dea9d53874203a4 (patch)
tree990adcb418b205cad2397dacdcf98730aacf4120 /engines/fullpipe/objects.h
parentfa30dcef152aab077346ecf08e5436609535ef13 (diff)
downloadscummvm-rg350-82cbf508b57f1b01ef06f0cd8dea9d53874203a4.tar.gz
scummvm-rg350-82cbf508b57f1b01ef06f0cd8dea9d53874203a4.tar.bz2
scummvm-rg350-82cbf508b57f1b01ef06f0cd8dea9d53874203a4.zip
FULLPIPE: Refactored pascal style string reader
Diffstat (limited to 'engines/fullpipe/objects.h')
-rw-r--r--engines/fullpipe/objects.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/fullpipe/objects.h b/engines/fullpipe/objects.h
index 5e4b28866b..dbeb7bc07b 100644
--- a/engines/fullpipe/objects.h
+++ b/engines/fullpipe/objects.h
@@ -67,7 +67,7 @@ class SceneTagList {
CPtrList list;
public:
- SceneTagList(Common::File &file);
+ SceneTagList(CFile &file);
};
class GameProject {
@@ -78,7 +78,8 @@ class GameProject {
int _field_10;
public:
- GameProject(Common::File &file);
+ GameProject(CFile &file);
+ ~GameProject();
};
class CInteractionController {