mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 00:47:40 +00:00
Updated to 9.4f (tutorial)
This commit is contained in:
21
hyper.h
21
hyper.h
@@ -1127,3 +1127,24 @@ void clearHexes(heptagon *at);
|
||||
void verifycells(heptagon *at);
|
||||
int zebra40(cell *c);
|
||||
cell *createMov(cell *c, int d);
|
||||
|
||||
#ifndef MOBWEB
|
||||
#ifndef TOUR
|
||||
#define TOUR
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef TOUR
|
||||
namespace tour {
|
||||
extern bool on;
|
||||
extern string tourhelp;
|
||||
|
||||
bool handleKeyTour(int sym, int uni);
|
||||
void presentation(int mode);
|
||||
int getid();
|
||||
|
||||
eLand getNext(eLand old);
|
||||
bool quickfind(eLand next);
|
||||
void start();
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user