1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-26 03:17:39 +00:00

rogueviz:: added some guards

This commit is contained in:
Zeno Rogue
2023-04-15 01:24:16 +02:00
parent 782b6ab4f8
commit 0410f54d43
17 changed files with 53 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
// run: -analogs
namespace hr {
#if CAP_TEXTURE
namespace analogs {
patterns::ePattern wp;
@@ -464,5 +464,6 @@ auto msc = arg::add3("-analogs", enable)
});
}
#endif
}