Rename classes from MentalExistent=>MentalPhenomenon

This commit is contained in:
2025-08-13 16:06:34 -04:00
parent 4a8cb12294
commit ba3841c30b
7 changed files with 120 additions and 65 deletions
@@ -0,0 +1,24 @@
#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 AspirationFantasyArtificedMentalPhenomenon
: public FantasyArtificedMentalPhenomenon
{
};
typedef AspirationFantasyArtificedMentalPhenomenon Aspanon;
} // namespace smo
#endif // _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H