CGE: Get rid of a magic value in file seek

This commit is contained in:
Strangerke 2014-03-11 07:52:46 +01:00
parent 2822df856d
commit e9189b57b3

View File

@ -92,7 +92,7 @@ public:
ResourceManager();
~ResourceManager();
uint16 read(byte *buf, uint16 length);
bool seek(int32 offs, int whence = 0);
bool seek(int32 offs, int whence = SEEK_SET);
BtKeypack *find(const char *key);
bool exist(const char *name);