mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 02:37:05 -05:00
6 lines
93 B
C
6 lines
93 B
C
#ifdef SDK_CODE_ARM
|
|
#include <nitro/code32.h>
|
|
#else
|
|
#include <nitro/code16.h>
|
|
#endif
|