diff options
Diffstat (limited to 'arm9/source/devices/file.h')
-rw-r--r-- | arm9/source/devices/file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arm9/source/devices/file.h b/arm9/source/devices/file.h index efff684..f295e89 100644 --- a/arm9/source/devices/file.h +++ b/arm9/source/devices/file.h @@ -35,6 +35,8 @@ void init_filesystem(); bool filesystem_enabled(); + void create_parents(u8 *path); + void fs_push_entry(FileDevice *fs, u8 byte); void fs_push_action(FileDevice *fs, u8 byte); bool fs_push_byte(PathBuf *buf, u8 byte); |