1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 13:32:59 +00:00

some work on daily

This commit is contained in:
Zeno Rogue
2018-05-15 23:26:04 +02:00
parent 586101e0d6
commit 7e0a78f7bb
6 changed files with 38 additions and 5 deletions

View File

@@ -93,6 +93,8 @@ bool inv::activating;
#if CAP_DAILY
#include "private/daily.cpp"
#else
namespace daily { bool on; }
#endif
#endif