mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 15:26:00 +00:00
namespaces conform to an older standard
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
// See http://webmath2.unito.it/paginepersonali/sergio.console/CurveSuperfici/AG15.pdf for a nice reference
|
||||
|
||||
#if CAP_SURFACE
|
||||
namespace hr::surface {
|
||||
namespace hr { namespace surface {
|
||||
|
||||
using namespace hyperpoint_vec;
|
||||
|
||||
@@ -829,5 +829,5 @@ void display_coverage() {
|
||||
|
||||
auto surface_hook2 = addHook(hooks_frame, 0, display_coverage);
|
||||
|
||||
}
|
||||
}}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user