mise en page

This commit is contained in:
lenovo
2022-12-09 13:39:46 +01:00
parent c91d23a5d4
commit fecde1a8b1
12 changed files with 104 additions and 45 deletions

View File

@@ -1,5 +1,6 @@
#include "ASpell.hpp"
void ASpell::launch(ATarget const & atarget) const {
void ASpell::launch(ATarget const & atarget) const
{
atarget.getHitBySpell(*this);
};