mirror of
https://github.com/pret/pmd-sky.git
synced 2026-07-22 03:13:49 -05:00
6 lines
85 B
C
6 lines
85 B
C
#ifdef SDK_CODE_ARM
|
|
#include <nitro/code32.h>
|
|
#else
|
|
#include <nitro/code16.h>
|
|
#endif
|