Files
salmanoff/smocore/include/fantasyArtificedMentalPhenomenon.h
T
2025-08-15 09:41:34 -04:00

25 lines
540 B
C++

#ifndef _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H
#define _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H
#include "artificedMentalPhenomenon.h"
namespace smo {
class FictionalFantasyArtificedMentalPhenomenon
: public FantasyArtificedMentalPhenomenon
{
};
typedef FictionalFantasyArtificedMentalPhenomenon Fictenon;
class AspirationalFantasyArtificedMentalPhenomenon
: public FantasyArtificedMentalPhenomenon
{
};
typedef AspirationalFantasyArtificedMentalPhenomenon Aspanon;
} // namespace smo
#endif // _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H