#include "Bird.h" bool Bird::isCorrectWeapon(std::string weapon) { return (weapon == "ShootGun") ? true : false; }