one implementation of the exam
This commit is contained in:
5
cpp_module_01/ATarget.cpp
Normal file
5
cpp_module_01/ATarget.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "ATarget.hpp"
|
||||
|
||||
void ATarget::getHitBySpell(ASpell const & aspell) const {
|
||||
std::cout << this->type << " has been " << aspell.getEffects() << "!\n";
|
||||
};
|
||||
Reference in New Issue
Block a user