Rename classes from MentalExistent=>MentalPhenomenon
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user