2025-08-13 16:06:34 -04:00
|
|
|
#ifndef _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H
|
|
|
|
|
#define _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H
|
|
|
|
|
|
2025-08-15 14:01:46 -04:00
|
|
|
#include <artificedMentalPhenomenon.h>
|
2025-08-13 16:06:34 -04:00
|
|
|
|
|
|
|
|
namespace smo {
|
|
|
|
|
|
|
|
|
|
class FictionalFantasyArtificedMentalPhenomenon
|
|
|
|
|
: public FantasyArtificedMentalPhenomenon
|
|
|
|
|
{
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
typedef FictionalFantasyArtificedMentalPhenomenon Fictenon;
|
|
|
|
|
|
2025-08-15 09:41:34 -04:00
|
|
|
class AspirationalFantasyArtificedMentalPhenomenon
|
2025-08-13 16:06:34 -04:00
|
|
|
: public FantasyArtificedMentalPhenomenon
|
|
|
|
|
{
|
|
|
|
|
};
|
|
|
|
|
|
2025-08-15 09:41:34 -04:00
|
|
|
typedef AspirationalFantasyArtificedMentalPhenomenon Aspanon;
|
2025-08-13 16:06:34 -04:00
|
|
|
|
|
|
|
|
} // namespace smo
|
|
|
|
|
|
|
|
|
|
#endif // _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H
|