1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

export reg3::in()

This commit is contained in:
Zeno Rogue 2020-05-22 20:38:13 +02:00
parent 9d0dd1e386
commit 2af93287ec

View File

@ -1611,7 +1611,7 @@ EX }
#if MAXMDIM == 3
EX namespace reg3 {
bool in() { return false; }
EX bool in() { return false; }
EX }
#endif