1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +00:00
This commit is contained in:
Zeno Rogue 2019-02-08 16:52:48 +01:00
parent 73f1686439
commit e44de82394

View File

@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "11.0f"
#define VERNUM 11006
#define VERNUM_HEX 0xA606
#define VER "11.0g"
#define VERNUM 11007
#define VERNUM_HEX 0xA607
#include <stdarg.h>
#include "hyper_function.h"