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

mymake, comments moved

This commit is contained in:
Zeno Rogue
2019-09-06 09:17:45 +02:00
parent c7f070fe76
commit ebc44af74c
6 changed files with 174 additions and 54 deletions

View File

@@ -7,7 +7,7 @@
#include "hyper.h"
namespace hr {
#if CAP_TOUR
EX namespace tour {
EX bool on;
@@ -828,4 +828,6 @@ auto a1 = addHook(hooks_frame, 100, [] () { if(tour::on) tour::presentation(tour
auto a2 = addHook(hooks_handleKey, 100, handleKeyTour);
auto a3 = addHook(hooks_nextland, 100, [] (eLand l) { return tour::on ? getNext(l) : laNone; });
}}
EX }
#endif
}