各武器の攻撃や,命中率を#defineで定義した.
武器の構造体
typedef struct{ double attack; double speed; //double hitp; char* name; }weapon;
最終更新日:2014/01/09 18:40:16