mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-27 05:13:13 -05:00
10 lines
182 B
C
10 lines
182 B
C
#include <nitro/section.h>
|
|
|
|
#if defined(SDK_CW) || defined(__MWERKS__)
|
|
#pragma section VERSION begin
|
|
#elif defined(SDK_ADS)
|
|
TO BE DEFINED
|
|
#elif defined(SDK_GCC)
|
|
TO BE DEFINED
|
|
#endif
|