UGDK  0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
input.h
Go to the documentation of this file.
1 #ifndef UGDK_INPUT_H_
2 #define UGDK_INPUT_H_
3 
4 namespace ugdk {
5 namespace input {
6 
7 // Managers
8 class InputManager;
9 
10 } // namespace input
11 } // namespace ugdk
12 
13 #endif