mise en page
This commit is contained in:
@@ -4,11 +4,15 @@
|
||||
# include "ASpell.hpp"
|
||||
|
||||
class Fwoosh: public ASpell {
|
||||
public:
|
||||
Fwoosh(): ASpell("Fwoosh", "fwooshed") {};
|
||||
~Fwoosh() {};
|
||||
|
||||
virtual ASpell * clone() const {
|
||||
public:
|
||||
Fwoosh(): ASpell("Fwoosh", "fwooshed")
|
||||
{};
|
||||
~Fwoosh()
|
||||
{};
|
||||
|
||||
virtual ASpell * clone() const
|
||||
{
|
||||
return (new Fwoosh());
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user