diff options
author | red031000 <rubenru09@aol.com> | 2020-05-29 19:19:23 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-29 19:19:23 +0100 |
commit | 8a350c7fbc6eada528d98849b560d1f67a0a0503 (patch) | |
tree | 95ec04e11fb033c18eada6276acf1036a6879367 /include/config.h | |
parent | a95d56466d4e3009c8efa73f6fe3bd2354d301e0 (diff) | |
parent | e6c0d16a679663e816130ca7bc793cab682f911c (diff) |
Merge branch 'master' of https://github.com/martmists/pokediamond
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h new file mode 100644 index 00000000..959e3d18 --- /dev/null +++ b/include/config.h @@ -0,0 +1,14 @@ +#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 |