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,31 @@
#ifndef _ARTIFICED_MENTAL_PHENOMENON_H
#define _ARTIFICED_MENTAL_PHENOMENON_H
#include "implexa.h"
namespace smo {
class FogArtificedMentalPhenomenon
: public ArtificedMentalPhenomenon
{
};
typedef FogArtificedMentalPhenomenon Fogenon;
class IdyllicArtificedMentalPhenomenon
: public ArtificedMentalPhenomenon
{
};
typedef IdyllicArtificedMentalPhenomenon Idyllenon;
class FantasyArtificedMentalPhenomenon
: public ArtificedMentalPhenomenon
{
};
typedef FantasyArtificedMentalPhenomenon Fantanon;
} // namespace smo
#endif // _ARTIFICED_MENTAL_PHENOMENON_H