pokeplatinum/lib/NitroSDK/include/nitro/version_begin.h
luckytyphlosion 320da2296d Move around library includes.
Old structure: put everything in lib/include
New structure: put library includes in their respective library folder. e.g. lib/NitroDWC/include/dwc.h
2023-01-05 18:53:16 -05:00

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