Files
salmanoff/smocore/include/fantasyArtificedMentalExistent.h
T

25 lines
507 B
C++
Raw Normal View History

#ifndef _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H
#define _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H
2025-08-03 04:54:27 -04:00
#include "artificedMentalPhenomenon.h"
2025-08-03 04:54:27 -04:00
namespace smo {
class FictionalFantasyArtificedMentalPhenomenon
: public FantasyArtificedMentalPhenomenon
2025-08-03 04:54:27 -04:00
{
};
typedef FictionalFantasyArtificedMentalPhenomenon Ficten, Fictena;
2025-08-03 04:54:27 -04:00
class AspirationFantasyArtificedMentalPhenomenon
: public FantasyArtificedMentalPhenomenon
2025-08-03 04:54:27 -04:00
{
};
typedef AspirationFantasyArtificedMentalPhenomenon Aspan, Aspana;
2025-08-03 04:54:27 -04:00
} // namespace smo
#endif