Files
salmanoff/smocore/include/fantasyArtificedMentalExistent.h
T

25 lines
506 B
C++
Raw Normal View History

2025-08-03 04:54:27 -04:00
#ifndef _FANTASY_ARTIFICED_MENTAL_EXISTENT_H
#define _FANTASY_ARTIFICED_MENTAL_EXISTENT_H
#include "artificedMentalExistent.h"
namespace smo {
class FictionalFantasyArtificedMentalExistent
: public FantasyArtificedMentalExistent
{
};
typedef FictionalFantasyArtificedMentalExistent Fictaxent, FictFantixent;
class AspirationFantasyArtificedMentalExistent
: public FantasyArtificedMentalExistent
{
};
typedef AspirationFantasyArtificedMentalExistent Aspixent, AsFantixent;
} // namespace smo
#endif