1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-25 14:09:43 +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

@@ -6,6 +6,7 @@
*/
#include "hyper.h"
#if CAP_RACING
namespace hr {
EX namespace racing {
@@ -1373,3 +1374,4 @@ EX void add_debug(cell *c) {
}
}
#endif