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