pokeplatinum/lib/include/nitro/spec.h
2022-12-29 13:47:47 +01: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