mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 13:24:17 -05:00
10 lines
192 B
C
10 lines
192 B
C
#ifndef NNSYS_FND_H_
|
|
#define NNSYS_FND_H_
|
|
|
|
#include <nnsys/fnd/list.h>
|
|
#include <nnsys/fnd/heapcommon.h>
|
|
#include <nnsys/fnd/expheap.h>
|
|
#include <nnsys/fnd/allocator.h>
|
|
|
|
#endif //NNSYS_FND_H_
|