1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-24 10:27:45 +00:00

undo in texture editor

This commit is contained in:
Zeno Rogue
2017-12-22 20:59:04 +01:00
parent 102b9cb4c3
commit 4bee0c85a7
3 changed files with 65 additions and 8 deletions

View File

@@ -2397,6 +2397,9 @@ namespace texture {
void drawPixel(cell *c, hyperpoint h, int col);
void remap(eTextureState old_tstate, eTextureState old_tstate_max);
void undoLock();
void undo();
extern cpatterntype cgroup;
}