UGDK  0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
util.h
Go to the documentation of this file.
1 #ifndef UGDK_UTIL_H_
2 #define UGDK_UTIL_H_
3 
4 namespace ugdk {
5 //namespace util {
6 
7 class AnimationParser;
8 class AnimationProtocol;
9 class Language;
10 class LanguageManager;
11 class LanguageWord;
12 class PathManager;
13 
14 namespace ikdtree {
15  template <class T, int DIMENSIONS>
16  class IntervalKDTree;
17  template <int DIMENSIONS>
18  class Box;
19 }
20 
21 //} // namespace util
22 } // namespace ugdk
23 
24 #endif