diff --git a/smocore/include/artificedMentalExistent.h b/smocore/include/artificedMentalExistent.h deleted file mode 100644 index 885074e..0000000 --- a/smocore/include/artificedMentalExistent.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef _ARTIFICED_MENTAL_PHENOMENON_H -#define _ARTIFICED_MENTAL_PHENOMENON_H - -#include "implexa.h" - -namespace smo { - -class FogArtificedMentalPhenomenon -: public ArtificedMentalPhenomenon -{ -}; - -typedef FogArtificedMentalPhenomenon Fogen, Fogena; - -class IdyllicArtificedMentalPhenomenon -: public ArtificedMentalPhenomenon -{ -}; - -typedef IdyllicArtificedMentalPhenomenon Idyllen, Idyllena; - -class FantasyArtificedMentalPhenomenon -: public ArtificedMentalPhenomenon -{ -}; - -typedef FantasyArtificedMentalPhenomenon Fantan, Fantana; - -} // namespace smo - -#endif diff --git a/smocore/include/fantasyArtificedMentalExistent.h b/smocore/include/fantasyArtificedMentalExistent.h deleted file mode 100644 index e90ddd7..0000000 --- a/smocore/include/fantasyArtificedMentalExistent.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H -#define _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H - -#include "artificedMentalPhenomenon.h" - -namespace smo { - -class FictionalFantasyArtificedMentalPhenomenon -: public FantasyArtificedMentalPhenomenon -{ -}; - -typedef FictionalFantasyArtificedMentalPhenomenon Ficten, Fictena; - -class AspirationFantasyArtificedMentalPhenomenon -: public FantasyArtificedMentalPhenomenon -{ -}; - -typedef AspirationFantasyArtificedMentalPhenomenon Aspan, Aspana; - -} // namespace smo - -#endif