diff options
author | red031000 <rubenru09@aol.com> | 2020-06-05 18:55:49 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-05 18:55:49 +0100 |
commit | ed295dc6089bdf4825233b63e432fb194240b98a (patch) | |
tree | 081eda1af00d591ff2789ec3f5343d01870d6079 /include/filesystem.h | |
parent | 89fa3666e18a80632238471840de1df792409fcb (diff) |
shared headers
Diffstat (limited to 'include/filesystem.h')
-rw-r--r-- | include/filesystem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/filesystem.h b/include/filesystem.h index 64335228..37f73bb0 100644 --- a/include/filesystem.h +++ b/include/filesystem.h @@ -1,6 +1,8 @@ #ifndef POKEDIAMOND_FILESYSTEM_H #define POKEDIAMOND_FILESYSTEM_H +#include "nitro/types.h" + typedef struct NARC { FSFile file; |