Files
salmanoff/smocore/include/artificedMentalExistent.h
T

32 lines
554 B
C++
Raw Normal View History

#ifndef _ARTIFICED_MENTAL_PHENOMENON_H
#define _ARTIFICED_MENTAL_PHENOMENON_H
2025-08-03 04:54:27 -04:00
#include "implexa.h"
2025-08-03 04:54:27 -04:00
namespace smo {
class FogArtificedMentalPhenomenon
: public ArtificedMentalPhenomenon
2025-08-03 04:54:27 -04:00
{
};
typedef FogArtificedMentalPhenomenon Fogen, Fogena;
2025-08-03 04:54:27 -04:00
class IdyllicArtificedMentalPhenomenon
: public ArtificedMentalPhenomenon
2025-08-03 04:54:27 -04:00
{
};
typedef IdyllicArtificedMentalPhenomenon Idyllen, Idyllena;
2025-08-03 04:54:27 -04:00
class FantasyArtificedMentalPhenomenon
: public ArtificedMentalPhenomenon
2025-08-03 04:54:27 -04:00
{
};
typedef FantasyArtificedMentalPhenomenon Fantan, Fantana;
2025-08-03 04:54:27 -04:00
} // namespace smo
#endif