tp/include/SComponent/c_xyz/c_xyz.h

10 lines
109 B
C++

#ifndef __C_XYZ_H_
#define __C_XYZ_H_
#include "global.h"
class cXyz {
public:
float x, y, z;
};
#endif