diff options
Diffstat (limited to 'engines/cge2/cge2.h')
-rw-r--r-- | engines/cge2/cge2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge2/cge2.h b/engines/cge2/cge2.h index 0a275d5c9d..5e16864cb5 100644 --- a/engines/cge2/cge2.h +++ b/engines/cge2/cge2.h @@ -125,6 +125,7 @@ public: int number(char *s); char *token(char *s); + char *tail(char *s); int takeEnum(const char **tab, const char *text); ID ident(const char *s); bool testBool(char *s); |