1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-27 02:51:23 +00:00

Updated to 9.4f (tutorial)

This commit is contained in:
Zeno Rogue
2017-04-08 17:18:29 +02:00
parent 38206e5149
commit 9c350ed761
18 changed files with 2484 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
#define VER "9.4e"
#define VERNUM 9405
#define VERNUM_HEX 0x9405
#define VER "9.4f"
#define VERNUM 9406
#define VERNUM_HEX 0x9406
#define GEN_M 0
#define GEN_F 1
@@ -162,6 +162,9 @@ const char *loadlevel = NULL;
#include "graph.cpp"
#include "sound.cpp"
#include "achievement.cpp"
#ifdef TOUR
#include "tour.cpp"
#endif
#ifndef MOBILE
#include <unistd.h>
#endif