1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef C_M3D_G_VTX_H_ #define C_M3D_G_VTX_H_ #include "SSystem/SComponent/c_xyz.h" class cM3dGVtx { public: ~cM3dGVtx(); cXyz vtx; }; #endif