mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Note: Due to issues with G3D (normally requiring X11 and the ZIP-library), the sourcetree version contains a modified version. The applied patch is commited to the repository for future reference. --HG-- branch : trunk
8 lines
114 B
C++
8 lines
114 B
C++
#ifndef G3D_POSITIONTRAIT_H
|
|
#define G3D_POSITIONTRAIT_H
|
|
|
|
template<typename Value>
|
|
struct PositionTrait{};
|
|
|
|
#endif
|