1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

drawing tool

This commit is contained in:
Zeno Rogue
2020-04-17 20:04:33 +02:00
parent 5c98118da3
commit ad233a1e19
4 changed files with 377 additions and 47 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.3i"
#define VERNUM_HEX 0xA829
#define VER "11.3j"
#define VERNUM_HEX 0xA82A
#include "sysconfig.h"