mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Renamed File:eof to File:isEOF (closes issue #683.)
This commit is contained in:
@@ -147,7 +147,7 @@ public:
|
||||
*
|
||||
* @return True if EOF, false otherwise.
|
||||
**/
|
||||
virtual bool eof() = 0;
|
||||
virtual bool isEOF() = 0;
|
||||
|
||||
/**
|
||||
* Gets the current position in the File.
|
||||
|
||||
Reference in New Issue
Block a user