diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-31 19:36:25 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-31 19:36:25 +0100 |
commit | 6cb1c4fd6e7c52e528f36e3511ac4b4db4dbb2ee (patch) | |
tree | c5d4f93c251472daa4cded616da3141448a37e6b /include/global.h | |
parent | 665734d689fbd6da708e482b1cb9fdf3ee2345bc (diff) | |
parent | 4cb8528d94216f69c4a37d470c1d5f3487a87239 (diff) |
fix merge conflicts, evo scene
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index 8860b4ae3..2e3a106eb 100644 --- a/include/global.h +++ b/include/global.h @@ -41,6 +41,8 @@ enum VERSION_SAPPHIRE = 1, VERSION_RUBY = 2, VERSION_EMERALD = 3, + VERSION_FIRE_RED = 4, + VERSION_LEAF_GREEN = 5, }; enum LanguageId { |