mxwcore-legion/dep/g3dlite/include/G3D/PositionTrait.h

8 lines
114 B
C
Raw Normal View History

2023-11-05 15:26:19 -05:00
#ifndef G3D_POSITIONTRAIT_H
#define G3D_POSITIONTRAIT_H
template<typename Value>
struct PositionTrait{};
#endif