mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
7 lines
114 B
C++
7 lines
114 B
C++
#ifndef G3D_POSITIONTRAIT_H
|
|
#define G3D_POSITIONTRAIT_H
|
|
|
|
template<typename Value>
|
|
struct PositionTrait{};
|
|
|
|
#endif
|