mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-28 07:59:04 +00:00
moved all the HyperRogue stuff except RogueViz to namespace 'hr' -- useful when using hr as a library
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
// -- geometry menu --
|
||||
|
||||
namespace hr {
|
||||
|
||||
int eupage = 0;
|
||||
int euperpage = 21;
|
||||
|
||||
@@ -453,3 +455,4 @@ void runGeometryExperiments() {
|
||||
pushScreen(showEuclideanMenu);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user