diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-07 08:52:32 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-07 08:52:32 -0400 |
commit | d4575098dbd671e2b6fd27ad65b984502c90465b (patch) | |
tree | b5fa8644b982f3b49a11653ecb3451636aeb0978 /arm9/lib/include/FS_command.h | |
parent | 9f3c697d9dee85da8c9bf4f708a340d5023194ec (diff) |
FS_archive.c WIP
Diffstat (limited to 'arm9/lib/include/FS_command.h')
-rw-r--r-- | arm9/lib/include/FS_command.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arm9/lib/include/FS_command.h b/arm9/lib/include/FS_command.h new file mode 100644 index 00000000..db878f3f --- /dev/null +++ b/arm9/lib/include/FS_command.h @@ -0,0 +1,9 @@ +#ifndef NITRO_FS_COMMAND_H_ +#define NITRO_FS_COMMAND_H_ + +#include "FS_file.h" + +void FSi_ReleaseCommand(FSFile * file, FSResult signal); +FSResult FSi_TranslateCommand(FSFile * file, FSCommandType command); + +#endif //NITRO_FS_COMMAND_H_ |