Wot
This commit is contained in:
13
include/fs.h
Normal file
13
include/fs.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef FS_H
|
||||
#define FS_H
|
||||
|
||||
#include <3ds.h>
|
||||
|
||||
FS_Archive ArchiveSD;
|
||||
FS_Archive ArchiveHomeExt;
|
||||
FS_Archive ArchiveThemeExt;
|
||||
|
||||
Result open_archives(void);
|
||||
int get_number_entries(char*);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user