#ifndef _CGUNWEAPON_HPP_ #define _CGUNWEAPON_HPP_ enum EChargeState { kGS_Normal, kGS_Charged }; #endif // _CGUNWEAPON_HPP_