mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
8 lines
114 B
C++
8 lines
114 B
C++
#ifndef G3D_POSITIONTRAIT_H
|
|
#define G3D_POSITIONTRAIT_H
|
|
|
|
template<typename Value>
|
|
struct PositionTrait{};
|
|
|
|
#endif
|