mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 10:25:45 +00:00
FileSys: Add forgotten docstrings.
This commit is contained in:
parent
44dabd0dec
commit
d34673990b
7 changed files with 35 additions and 4 deletions
|
@ -20,6 +20,10 @@ public:
|
|||
Archive_SDMC(const std::string& mount_point);
|
||||
~Archive_SDMC() override;
|
||||
|
||||
/**
|
||||
* Initialize the archive.
|
||||
* @return true if it initialized successfully
|
||||
*/
|
||||
bool Initialize();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue