00001 #ifndef UGDK_INPUT_H_ 00002 #define UGDK_INPUT_H_ 00003 00004 namespace ugdk { 00005 namespace input { 00006 00007 // Managers 00008 class InputManager; 00009 00010 } // namespace input 00011 } // namespace ugdk 00012 00013 #endif