1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 04:17:39 +00:00

symmetric texture editing

This commit is contained in:
Zeno Rogue
2017-12-22 21:57:55 +01:00
parent 5a2ae1a865
commit dd108cde6b
3 changed files with 29 additions and 11 deletions

View File

@@ -2400,6 +2400,7 @@ namespace texture {
void undoLock();
void undo();
extern bool texturesym;
extern cpatterntype cgroup;
}