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

Public Types

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

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: