#include "RaceT.h" #include "ElfT.h" using namespace std; string ElfT::RaceName(void) const { return "Silvan"; } int ElfT::CauseDamage(void) const { return -1; } string ElfT::Commune(void) const { return "I talk to the trees, and they listen to me"; }