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