mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-04-28 03:21:23 +00:00
moved all the HyperRogue stuff except RogueViz to namespace 'hr' -- useful when using hr as a library
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Hyperbolic Rogue -- Orb Strategy Mode
|
||||
// Copyright (C) 2011-2018 Zeno Rogue, see 'hyper.cpp' for details
|
||||
|
||||
namespace inv {
|
||||
namespace hr::inv {
|
||||
|
||||
bool on;
|
||||
array<int, ittypes> usedup;
|
||||
|
||||
Reference in New Issue
Block a user