mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-12 23:28:00 +00:00
25 lines
468 B
C
25 lines
468 B
C
#ifndef NITRO_H_
|
|
#define NITRO_H_
|
|
|
|
#include <nitro/types.h>
|
|
|
|
#include <nitro/mi.h>
|
|
#include <nitro/fx.h>
|
|
#include <nitro/math.h>
|
|
#include <nitro/cp.h>
|
|
#include <nitro/os.h>
|
|
#include <nitro/fs.h>
|
|
#include <nitro/std.h>
|
|
#include <nitro/pxi.h>
|
|
#include <nitro/card.h>
|
|
#include <nitro/gx.h>
|
|
#include <nitro/ctrdg.h>
|
|
#include <nitro/mb.h>
|
|
#include <nitro/spi.h>
|
|
#include <nitro/snd.h>
|
|
#include <nitro/pad.h>
|
|
#include <nitro/rtc.h>
|
|
#include <nitro/exi.h>
|
|
|
|
#endif //NITRO_H_
|