QTfrontend/ui/widget/hatprompt.h
branchwebgl
changeset 8833 c13ebed437cb
parent 8623 93645b4ba0de
child 9080 9b42757d7e71
--- a/QTfrontend/ui/widget/hatprompt.h	Wed Feb 20 02:21:58 2013 +0100
+++ b/QTfrontend/ui/widget/hatprompt.h	Tue Apr 02 21:00:57 2013 +0200
@@ -34,6 +34,10 @@
 
     public:
         HatListView(QWidget* parent = 0) : QListView(parent){}
+        void moveUp();
+        void moveDown();
+        void moveLeft();
+        void moveRight();
 };
 
 class HatPrompt : public QDialog