1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 02:07:57 +00:00

small fixes to gentrans

This commit is contained in:
Zeno Rogue
2023-12-27 16:27:05 +01:00
parent 2f1bb092b8
commit 517f4af193
2 changed files with 5 additions and 5 deletions

View File

@@ -135,7 +135,7 @@
#if CAP_DAILY
#include "private/daily.cpp"
#else
namespace hr { namespace daily { bool on; } }
namespace hr { namespace daily { bool on; int historical; } }
#endif
#include "mobile.cpp"