1 2 3 4 5 6 7
#ifndef G3D_POSITIONTRAIT_H #define G3D_POSITIONTRAIT_H template<typename Value> struct PositionTrait{}; #endif