pokeheartgold/lib/include/nitro.h

13 lines
191 B
C
Raw Normal View History

#ifndef NITRO_H_
#define NITRO_H_
2021-08-04 14:49:53 +00:00
#include <nitro/types.h>
2021-08-12 19:28:01 +00:00
#include <nitro/cp.h>
#include <nitro/os.h>
#include <nitro/fs.h>
2021-09-19 13:06:58 +00:00
#include <nitro/mi.h>
2021-09-19 13:33:03 +00:00
#include <nitro/std.h>
2021-08-12 19:28:01 +00:00
#endif //NITRO_H_