pokeheartgold/lib/include/nitro.h

18 lines
307 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-09-22 23:45:06 +00:00
#include <nitro/pm.h>
#include <nitro/pxi.h>
#include <nitro/card.h>
#include <nitro/ctrdg.h>
2021-09-25 13:41:10 +00:00
#include <nitro/mb.h>
2021-08-12 19:28:01 +00:00
#endif //NITRO_H_