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,7 +3,7 @@
|
||||
|
||||
#if CAP_SAVE
|
||||
|
||||
namespace scores {
|
||||
namespace hr::scores {
|
||||
|
||||
vector<score> scores;
|
||||
score *currentgame;
|
||||
|
Reference in New Issue
Block a user