Delete superfluous files

This commit is contained in:
2025-08-15 09:36:24 -04:00
parent ba3841c30b
commit f4ff8f0e40
2 changed files with 0 additions and 55 deletions
-31
View File
@@ -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