Added eos() method.

svn-id: r17843
This commit is contained in:
Marcus Comstedt 2005-04-27 21:57:13 +00:00
parent 4ec7161032
commit f95e696034

View file

@ -238,6 +238,8 @@ public:
bool isOpen() const { return true; }
bool eos() const { return !issave && pos >= size; }
bool readSaveGame()
{ return ::readSaveGame(buffer, size, filename); }