#define BULLET_PRIORITY 55000 class CPlayerBullet : public CCharactor { public: CPlayerBullet(float sx, float sy, float moveangle); private: float angle; protected: virtual void Init(); virtual void Exec(); };