mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-04-24 23:09:22 -05:00
13 lines
189 B
C
13 lines
189 B
C
#ifndef NNSYS_H_
|
|
#define NNSYS_H_
|
|
|
|
#include <nitro.h>
|
|
|
|
#include <nnsys/fnd.h>
|
|
#include <nnsys/snd.h>
|
|
#include <nnsys/gfd.h>
|
|
#include <nnsys/g2d.h>
|
|
#include <nnsys/g3d.h>
|
|
|
|
#endif //NNSYS_H_
|