mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 21:34:25 -05:00
11 lines
177 B
C
11 lines
177 B
C
#ifndef NITRO_OS_ALLOC_H
|
|
#define NITRO_OS_ALLOC_H
|
|
|
|
#include <nitro/os/common/alloc_shared.h>
|
|
|
|
#ifdef SDK_ARM7
|
|
#include <nitro/os/ARM7/alloc.h>
|
|
#endif
|
|
|
|
#endif //NITRO_OS_ALLOC_H
|