File.h File Reference
#include "../Container/ArrayPtr.h"
#include "../Core/Object.h"
#include "../IO/AbstractFile.h"
This graph shows which files directly or indirectly include this file:

Classes

class  Urho3D::File
 File opened either through the filesystem or from within a package file. More...
 

Enumerations

enum  Urho3D::FileMode { FILE_READ = 0, FILE_WRITE, FILE_READWRITE }
 File open mode.