pokediamond/include/config.h
2020-05-29 09:40:48 -04:00

15 lines
249 B
C

#ifndef POKEDIAMOND_CONFIG_H
#define POKEDIAMOND_CONFIG_H
// #define NDEBUG
#ifdef DIAMOND
#define GAME_VERSION VERSION_DIAMOND
#else
#define GAME_VERSION VERSION_PEARL
#endif
#define GAME_LANGUAGE LANGUAGE_ENGLISH
#endif //POKEDIAMOND_CONFIG_H