TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
BoundsTrait.h
Go to the documentation of this file.
1 
11 #ifndef G3D_BOUNDSTRAIT_H
12 #define G3D_BOUNDSTRAIT_H
13 
14 #include "G3D/platform.h"
15 
16 template<typename Value>
17 struct BoundsTrait{};
18 
19 #endif
20 
Definition: BoundsTrait.h:17