mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-11 06:45:59 +00:00
print hrmap*
This commit is contained in:
@@ -248,6 +248,7 @@ inline string format(const char *fmt, ...) {
|
||||
|
||||
inline void print(hstream& hs, heptagon* h) { print(hs, "H", index_pointer(h)); }
|
||||
inline void print(hstream& hs, cell* h) { print(hs, "C", index_pointer(h)); }
|
||||
inline void print(hstream& hs, hrmap* h) { print(hs, "M", index_pointer(h)); }
|
||||
|
||||
inline void print(hstream& hs, cellwalker cw) {
|
||||
if(cw.at) print(hs, "[", cw.at, "/", cw.at->type, ":", cw.spin, ":", cw.mirrored, "]");
|
||||
|
Reference in New Issue
Block a user