Unigine::File Class
UNIGINE | UNIGINE 2.0 | Comments |
---|---|---|
virtual int getSize () const =0 | virtual size_t getSize () const =0 | Changed the return value type. |
virtual int seekSet (int offset) const =0 | virtual int seekSet (size_t offset) const =0 | Changed the argument type. |
virtual int seekEnd (int offset) const =0 | virtual int seekEnd (size_t offset) const =0 | Changed the argument type. |
virtual int seekCur (int offset) const =0 | virtual int seekCur (size_t offset) const =0 | Changed the argument type. |
virtual size_t tell () const =0 | virtual size_t tell () const =0 | Changed the return value type. |
Last update: 2017-07-03
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)