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

changed //EX to #if HDR; removed #if EX

This commit is contained in:
Zeno Rogue
2019-08-09 19:03:29 +02:00
parent 24a2e6178a
commit 85e9e7cd11
3 changed files with 21 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
namespace hr {
EX namespace binary {
#if EX CAP_BT
#if CAP_BT
enum bindir {
bd_right = 0,