1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

save full texture images

This commit is contained in:
Zeno Rogue
2017-12-21 14:05:07 +01:00
parent 977d35bc8d
commit f7b5a1b44f
3 changed files with 90 additions and 28 deletions

View File

@@ -2384,8 +2384,10 @@ namespace texture {
extern eTextureState tstate, tstate_max;
extern unsigned paint_color;
extern ld penwidth;
extern transmatrix itt;
extern transmatrix itt;
extern int twidth;
extern bool saving;
extern vector<unsigned> texture_pixels;
void showMenu();