#ifndef DATA_H #define DATA_H template struct Data { public: T x, y, z, th; }; #endif