UGDK
|
00001 #ifndef UGDK_UTIL_H_ 00002 #define UGDK_UTIL_H_ 00003 00004 namespace ugdk { 00005 //namespace util { 00006 00007 class AnimationParser; 00008 class AnimationProtocol; 00009 class Language; 00010 class LanguageManager; 00011 class LanguageWord; 00012 class PathManager; 00013 00014 namespace ikdtree { 00015 template <class T, int DIMENSIONS> 00016 class IntervalKDTree; 00017 template <int DIMENSIONS> 00018 class Box; 00019 } 00020 00021 //} // namespace util 00022 } // namespace ugdk 00023 00024 #endif