mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04:00
Add File::open(), use inside File::open_for_append().
This commit is contained in:
parent
6b97490794
commit
083711ceb2
2 changed files with 7 additions and 2 deletions
|
@ -31,6 +31,7 @@ class File {
|
|||
public:
|
||||
~File();
|
||||
|
||||
bool open(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