1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 17:07:40 +00:00

charstyle format depending on vernum

This commit is contained in:
Zeno Rogue
2019-05-22 00:21:22 +02:00
parent 1b93ecd5a3
commit ba91bea71c
2 changed files with 18 additions and 23 deletions

View File

@@ -2,8 +2,8 @@
// It is quite chaotic.
// version numbers
#define VER "11.0y"
#define VERNUM_HEX 0xA619
#define VER "11.0z"
#define VERNUM_HEX 0xA61A
#include <stdarg.h>
#include "hyper_function.h"