#ifndef __C_ANGLE_H_ #define __C_ANGLE_H_ #include "global.h" class cSAngle { public: cSAngle(); private: s16 value; }; #endif