Files
azeroth-core-android/deps/g3dlite/include/G3D/PositionTrait.h
2026-01-25 22:24:57 +01:00

8 lines
114 B
C++

#ifndef G3D_POSITIONTRAIT_H
#define G3D_POSITIONTRAIT_H
template<typename Value>
struct PositionTrait{};
#endif