1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-07 10:52:23 +00:00

namespaces conform to an older standard

This commit is contained in:
Zeno Rogue
2018-06-11 18:00:40 +02:00
parent 7d04f92b55
commit a40d64a8f6
11 changed files with 21 additions and 23 deletions

View File

@@ -8,7 +8,7 @@
#endif
#if CAP_TEXTURE
namespace hr::texture {
namespace hr { namespace texture {
cpatterntype cgroup;
@@ -1527,5 +1527,5 @@ void texture_data::update() {
}
}
}
}}
#endif