1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-20 12:20:01 +00:00
This commit is contained in:
Zeno Rogue 2017-10-15 01:10:40 +02:00
parent d2353dd13c
commit 622b2651c9

View File

@ -1595,3 +1595,5 @@ string getgametime_s(int timespent = getgametime());
extern int stampbase;
transmatrix cellrelmatrix(cell *c, int i);
void terracottaAround(cell *c);