1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-26 07:16:02 +00:00

10.0m, and some unfinished features for 10.1 ;)

This commit is contained in:
Zeno Rogue
2017-09-03 21:12:44 +02:00
parent 9d20c2f7fd
commit 85c46220f6
10 changed files with 231 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
#define VER "10.0l"
#define VERNUM 10012
#define VERNUM_HEX 0xA00C
#define VER "10.0m"
#define VERNUM 10013
#define VERNUM_HEX 0xA00D
#define GEN_M 0
#define GEN_F 1