mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-17 18:47:34 -05:00
Old structure: put everything in lib/include New structure: put library includes in their respective library folder. e.g. lib/NitroDWC/include/dwc.h
12 lines
182 B
C
12 lines
182 B
C
#ifndef NNSYS_H_
|
|
#define NNSYS_H_
|
|
|
|
#include <nnsys/misc.h>
|
|
#include <nnsys/fnd.h>
|
|
#include <nnsys/snd.h>
|
|
#include <nnsys/gfd.h>
|
|
#include <nnsys/g2d.h>
|
|
#include <nnsys/g3d.h>
|
|
|
|
#endif
|