1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-15 10:38:06 +00:00

autohdr.h applied in more files

This commit is contained in:
Zeno Rogue
2019-08-09 21:00:52 +02:00
parent 64824390fe
commit c2d56fb9bc
44 changed files with 1451 additions and 2141 deletions

View File

@@ -36,7 +36,7 @@ eMonster readMonster(const string& ss) {
}
}
void initializeCLI() {
EX void initializeCLI() {
printf("HyperRogue by Zeno Rogue <zeno@attnam.com>, version " VER "\n");
#if !NOLICENSE
@@ -277,9 +277,9 @@ int arg::readCommon() {
return 0;
}
purehookset hooks_config;
EX purehookset hooks_config;
hookset<int()> *hooks_args;
EX hookset<int()> *hooks_args;
namespace arg {
int curphase;