1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-21 21:28:33 +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 #if MAXMDIM == 3
EX namespace reg3 { EX namespace reg3 {
bool in() { return false; } EX bool in() { return false; }
EX } EX }
#endif #endif