src/Graphics.hh
changeset 235 0a0c729365ee
parent 233 ff4ecea83cf5
child 266 ad72d0a0cc02
--- a/src/Graphics.hh	Sat Dec 06 22:51:51 2008 +0000
+++ b/src/Graphics.hh	Sat Dec 06 23:29:06 2008 +0000
@@ -25,8 +25,8 @@
     CL_SlotContainer slots;
     
     Timer update_timer;
-    
-    CL_InputDevice &keyboard;
+
+    Input input;
 
     // current GUI input state
     GuiInput flags;