Delete superfluous files
This commit is contained in:
@@ -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
|
|
||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user