mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 03:04:19 -05:00
15 lines
249 B
C
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
|