mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-01 07:33:43 -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
235 B
C
12 lines
235 B
C
#ifndef NNS_FND_H_
|
|
#define NNS_FND_H_
|
|
|
|
#include <nnsys/fnd/list.h>
|
|
#include <nnsys/fnd/expheap.h>
|
|
#include <nnsys/fnd/frameheap.h>
|
|
#include <nnsys/fnd/unitheap.h>
|
|
#include <nnsys/fnd/archive.h>
|
|
#include <nnsys/fnd/allocator.h>
|
|
|
|
#endif
|