mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-24 13:53:11 -05:00
Change File::open to File::open_for_writing.
Not thrilled about the File API right now...
This commit is contained in:
parent
df6593ac91
commit
38ba02a68f
3 changed files with 4 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ class File {
|
|||
public:
|
||||
~File();
|
||||
|
||||
bool open(const std::string& file_path);
|
||||
bool open_for_writing(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