one implementation of the exam
This commit is contained in:
5
cpp_module_01/ASpell.cpp
Normal file
5
cpp_module_01/ASpell.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "ASpell.hpp"
|
||||
|
||||
void ASpell::launch(ATarget const & atarget) const {
|
||||
atarget.getHitBySpell(*this);
|
||||
};
|
||||
Reference in New Issue
Block a user