aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/fileio.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/fileio.h')
-rw-r--r--engines/cge2/fileio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cge2/fileio.h b/engines/cge2/fileio.h
index 0597c6ac08..a596d71341 100644
--- a/engines/cge2/fileio.h
+++ b/engines/cge2/fileio.h
@@ -113,7 +113,8 @@ public:
int32 size();
uint32 read(byte *dataPtr, uint32 dataSize);
Common::String readLine();
- int number(char *s);
+ static int number(char *s);
+ static char *token(char *s);
};
} // End of namespace CGE2