mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-21 18:00:56 -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
8 lines
109 B
C
8 lines
109 B
C
#ifndef SDK_ARM7
|
|
#define SDK_ARM7
|
|
#endif
|
|
#ifdef SDK_ARM9
|
|
#undef SDK_ARM9
|
|
#endif
|
|
#include <nitro/memorymap.h>
|