Qt4: Pile mark

This commit is contained in:
Pasi Kallinen
2017-10-10 21:47:35 +03:00
parent dbacc98a1d
commit 4dff3a707e
3 changed files with 47 additions and 22 deletions

View File

@@ -33,6 +33,7 @@ private:
unsigned short& Glyph(int x, int y) { return glyph[y][x]; }
QPoint cursor;
QPixmap pet_annotation;
QPixmap pile_annotation;
NetHackQtClickBuffer& clicksink;
Clusterizer change;