1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 21:42:59 +00:00

get_next_room now accepts which

This commit is contained in:
Zeno Rogue
2025-07-29 18:00:06 +02:00
parent efd6c90400
commit 142308567b
2 changed files with 25 additions and 13 deletions

View File

@@ -169,4 +169,7 @@ string parse_markup(string s);
struct power& find_power(string name);
tuple<struct xy, ld, int> get_next_room(struct xy w, room *r, int which = -1);
extern shiftmatrix scrm;
}