Colobot
Public Types | Public Member Functions | List of all members
CBot::CBotFileAccessHandler Class Referenceabstract
Inheritance diagram for CBot::CBotFileAccessHandler:
Inheritance graph
[legend]

Public Types

enum  OpenMode : char { Read = 'r', Write = 'w' }
 

Public Member Functions

virtual std::unique_ptr< CBotFileOpenFile (const std::string &filename, OpenMode mode)=0
 
virtual bool DeleteFile (const std::string &filename)=0
 

The documentation for this class was generated from the following file: