Go to the source code of this file.
|
| | irr |
| | Everything in the Irrlicht Engine can be found in this namespace.
|
| |
| | irr::io |
| | This namespace provides interfaces for input/output: Reading and writing files, accessing zip archives, xml files, ...
|
| |
|
| enum | irr::io::EREAD_FILE_TYPE { irr::io::ERFT_READ_FILE = MAKE_IRR_ID('r','e','a','d'),
irr::io::ERFT_MEMORY_READ_FILE = MAKE_IRR_ID('r','m','e','m'),
irr::io::ERFT_LIMIT_READ_FILE = MAKE_IRR_ID('r','l','i','m'),
irr::io::EFIT_UNKNOWN = MAKE_IRR_ID('u','n','k','n')
} |
| | An enumeration for different class types implementing IReadFile. More...
|
| |