mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-13 07:46:33 +00:00
9 lines
150 B
C
9 lines
150 B
C
#ifndef NITRO_FS_H_
|
|
#define NITRO_FS_H_
|
|
|
|
#include <nitro/fs/archive.h>
|
|
#include <nitro/fs/file.h>
|
|
#include <nitro/fs/overlay.h>
|
|
|
|
#endif //NITRO_FS_H_
|