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