aboutsummaryrefslogtreecommitdiff
path: root/dep/g3dlite/include/G3D/PositionTrait.h
blob: 67a4f64138a5a57ae4e7b08b4675b07629884cbe (plain)
1
2
3
4
5
6
7
#ifndef G3D_POSITIONTRAIT_H
#define G3D_POSITIONTRAIT_H

template<typename Value>
struct PositionTrait{};

#endif