1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-24 22:46:03 +00:00

10.1, and fixing problems reported by some compilers

This commit is contained in:
Zeno Rogue
2017-10-14 21:43:21 +02:00
parent c5e2da9626
commit 6fca4fd008
4 changed files with 21 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
#define VER "10.0o"
#define VERNUM 10015
#define VERNUM_HEX 0xA00F
#define VER "10.1"
#define VERNUM 10100
#define VERNUM_HEX 0xA080
#define GEN_M 0
#define GEN_F 1
@@ -294,7 +294,7 @@ inline Uint8 *SDL_GetKeyState(void *v) { static Uint8 tab[1024]; return tab; }
#include <string>
#include <map>
#include <queue>
#include <stdexcept>
#include <array>
#ifdef USE_UNORDERED_MAP