Files
moonwell-core/deps/g3dlite/include/G3D/PositionTrait.h
T
2025-08-12 00:41:59 +04:00

8 lines
114 B
C++

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