src/Graphics/Graphics.hh
branchnew_graphics
changeset 414 cede5463b845
parent 413 7dddc163489a
child 419 9cd4e54693b6
--- a/src/Graphics/Graphics.hh	Wed Jan 21 23:25:29 2009 +0200
+++ b/src/Graphics/Graphics.hh	Thu Jan 22 00:02:53 2009 +0200
@@ -11,6 +11,7 @@
 #include "../Engine.hh"
 #include "Display.hh"
 #include "FontManager.hh"
+#include "Input.hh"
 #include "GameView.hh"
 
 namespace graphics
@@ -35,6 +36,13 @@
      * For loading fonts
      */
     FontManager fonts;
+
+    /**
+     * Input handling
+     *
+     * XXX: move Input class into this?
+     */
+    Input input;
    
     /**
      * Initialize the graphics subsystem