aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/drascula.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/drascula/drascula.h')
-rw-r--r--engines/drascula/drascula.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/drascula/drascula.h b/engines/drascula/drascula.h
index 1b1223ce79..1680fe5311 100644
--- a/engines/drascula/drascula.h
+++ b/engines/drascula/drascula.h
@@ -577,9 +577,9 @@ public:
void MusicFadeout();
void playFile(const char *fname);
- char *getLine(char *buf, int len);
- void getIntFromLine(char *buf, int len, int* result);
- void getStringFromLine(char *buf, int len, char* result);
+ char *getLine(Common::SeekableReadStream &stream, char *buf, int len);
+ void getIntFromLine(Common::SeekableReadStream &stream, int len, int* result);
+ void getStringFromLine(Common::SeekableReadStream &stream, int len, char* result);
void grr();
void updateAnim(int y, int destX, int destY, int width, int height, int count, byte* src, int delayVal = 3, bool copyRectangle = false);