mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 17:37:39 +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,7 @@
|
||||
|
||||
#define ORBLINES 70
|
||||
|
||||
namespace hr {
|
||||
// orbgen flags
|
||||
|
||||
namespace orbgenflags {
|
||||
@@ -548,3 +549,4 @@ void placeOceanOrbs(cell *c) {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user