mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
9 lines
172 B
C
9 lines
172 B
C
#ifndef N3DS_FILESYSTEM_H
|
|
#define N3DS_FILESYSTEM_H
|
|
|
|
#include "dictionary.h"
|
|
|
|
void N3DS_SetupDefaultConfigOverrides(dictionary* p_dictionary);
|
|
|
|
#endif // N3DS_FILESYSTEM_H
|