mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-02 06:53:00 +00:00
namespaces conform to an older standard
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Copyright (C) 2011-2018 Zeno Rogue, see 'hyper.cpp' for details
|
||||
|
||||
#if CAP_MODEL
|
||||
namespace hr::netgen {
|
||||
namespace hr { namespace netgen {
|
||||
|
||||
// We need a two-dimensional vector class for this.
|
||||
|
||||
@@ -713,5 +713,5 @@ namespace hr::netgen {
|
||||
else
|
||||
pushScreen(show);
|
||||
}
|
||||
}
|
||||
}}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user