pokeplatinum/lib/NitroSDK/include/nitro/spec.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

14 lines
226 B
C

#ifndef NITRO_SPEC_H_
# define NITRO_SPEC_H_
# ifdef SDK_TS
# ifndef SDK_TS_VERSION
# define SDK_TS_VERSION 200
# endif
# ifndef SDK_NVRAM_FORMAT
# define SDK_NVRAM_FORMAT 300
# endif
# endif
#endif