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