Irrlicht 3D Engine
 
Loading...
Searching...
No Matches
IWriteFile.h File Reference
#include "IReferenceCounted.h"
#include "path.h"

Go to the source code of this file.

Classes

class  irr::io::IWriteFile
 Interface providing write access to a file. More...
 

Namespaces

namespace  irr
 Everything in the Irrlicht Engine can be found in this namespace.
 
namespace  irr::io
 This namespace provides interfaces for input/output: Reading and writing files, accessing zip archives, xml files, ...
 

Functions

IWriteFileirr::io::createWriteFile (const io::path &fileName, bool append)
 Internal function, please do not use.