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
6 lines
85 B
C
6 lines
85 B
C
#ifdef SDK_CODE_ARM
|
|
#include <nitro/code32.h>
|
|
#else
|
|
#include <nitro/code16.h>
|
|
#endif
|