mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 01:15:38 -04:00
Add File::open_for_reading().
Barf.
This commit is contained in:
parent
38ba02a68f
commit
0a9d7ec8d8
2 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,7 @@ public:
|
|||
~File();
|
||||
|
||||
bool open_for_writing(const std::string& file_path);
|
||||
bool open_for_reading(const std::string& file_path);
|
||||
bool open_for_append(const std::string& file_path);
|
||||
bool close();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue