Added eos() method.
svn-id: r17843
This commit is contained in:
parent
4ec7161032
commit
f95e696034
1 changed files with 2 additions and 0 deletions
|
@ -238,6 +238,8 @@ public:
|
|||
|
||||
bool isOpen() const { return true; }
|
||||
|
||||
bool eos() const { return !issave && pos >= size; }
|
||||
|
||||
bool readSaveGame()
|
||||
{ return ::readSaveGame(buffer, size, filename); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue