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: 03.07.2017
Помогите сделать статью лучше
Была ли эта статья полезной?
(или выберите слово/фразу и нажмите Ctrl+Enter