pokeplatinum/lib/NitroSystem/include/nnsys.h
luckytyphlosion 320da2296d Move around library includes.
Old structure: put everything in lib/include
New structure: put library includes in their respective library folder. e.g. lib/NitroDWC/include/dwc.h
2023-01-05 18:53:16 -05:00

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