1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00
This commit is contained in:
Zeno Rogue 2017-07-12 20:44:13 +02:00
parent a6f176510e
commit 2c88dfabd2

View File

@ -1,6 +1,6 @@
#define VER "9.4n3"
#define VERNUM 9417
#define VERNUM_HEX 0x9417
#define VER "9.4n2"
#define VERNUM 9416
#define VERNUM_HEX 0x9416
#define GEN_M 0
#define GEN_F 1
@ -265,6 +265,8 @@ const char *loadlevel = NULL;
#include "orbs.cpp"
#ifdef INV
#include "closed/inventory.cpp"
#else
bool inv::on;
#endif
#include "system.cpp"
#include "geometry.cpp"