mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-24 11:51:02 -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
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
|