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
+12 -12
View File
@@ -1,30 +1,30 @@
#ifndef _ARTIFICED_MENTAL_EXISTENT_H
#define _ARTIFICED_MENTAL_EXISTENT_H
#ifndef _ARTIFICED_MENTAL_PHENOMENON_H
#define _ARTIFICED_MENTAL_PHENOMENON_H
#include "mentalExistent.h"
#include "implexa.h"
namespace smo {
class FogArtificedMentalExistent
: public ArtificedMentalExistent
class FogArtificedMentalPhenomenon
: public ArtificedMentalPhenomenon
{
};
typedef FogArtificedMentalExistent Fogaxent, FogArtixent;
typedef FogArtificedMentalPhenomenon Fogen, Fogena;
class IdyllicArtificedMentalExistent
: public ArtificedMentalExistent
class IdyllicArtificedMentalPhenomenon
: public ArtificedMentalPhenomenon
{
};
typedef IdyllicArtificedMentalExistent Idyllixent, IdyllArtixent;
typedef IdyllicArtificedMentalPhenomenon Idyllen, Idyllena;
class FantasyArtificedMentalExistent
: public ArtificedMentalExistent
class FantasyArtificedMentalPhenomenon
: public ArtificedMentalPhenomenon
{
};
typedef FantasyArtificedMentalExistent Fantaxent, FanArtixent;
typedef FantasyArtificedMentalPhenomenon Fantan, Fantana;
} // namespace smo