src/Graphics/GameView.hh
branchnew_graphics
changeset 412 721c60072091
parent 411 106aaf6eadfe
child 414 cede5463b845
--- a/src/Graphics/GameView.hh	Wed Jan 21 03:33:35 2009 +0200
+++ b/src/Graphics/GameView.hh	Wed Jan 21 23:07:22 2009 +0200
@@ -6,6 +6,8 @@
 #include "MessageView.hh"
 #include "../GameState.hh"
 
+#include "../Input.hh"
+
 namespace graphics
 {
 
@@ -29,6 +31,11 @@
      * The message list view
      */
     MessageView message_view;
+    
+    /**
+     * Input flags
+     */
+    GuiInput flags;
 
 public:
     /**
@@ -61,7 +68,7 @@
     /**
      * Draw this view onto the given display
      */
-    virtual void draw (Display *display);
+    virtual void draw (Display &display);
     
     /**
      * Resize sub-views