#include "ShootGun.h" long ShootGun::price() { return 900; } std::string ShootGun::getName() { return "ShootGun"; }