Rename classes from MentalExistent=>MentalPhenomenon
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
#ifndef _FANTASY_ARTIFICED_MENTAL_EXISTENT_H
|
||||
#define _FANTASY_ARTIFICED_MENTAL_EXISTENT_H
|
||||
#ifndef _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H
|
||||
#define _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H
|
||||
|
||||
#include "artificedMentalExistent.h"
|
||||
#include "artificedMentalPhenomenon.h"
|
||||
|
||||
namespace smo {
|
||||
|
||||
class FictionalFantasyArtificedMentalExistent
|
||||
: public FantasyArtificedMentalExistent
|
||||
class FictionalFantasyArtificedMentalPhenomenon
|
||||
: public FantasyArtificedMentalPhenomenon
|
||||
{
|
||||
};
|
||||
|
||||
typedef FictionalFantasyArtificedMentalExistent Fictaxent, FictFantixent;
|
||||
typedef FictionalFantasyArtificedMentalPhenomenon Ficten, Fictena;
|
||||
|
||||
class AspirationFantasyArtificedMentalExistent
|
||||
: public FantasyArtificedMentalExistent
|
||||
class AspirationFantasyArtificedMentalPhenomenon
|
||||
: public FantasyArtificedMentalPhenomenon
|
||||
{
|
||||
};
|
||||
|
||||
typedef AspirationFantasyArtificedMentalExistent Aspixent, AsFantixent;
|
||||
typedef AspirationFantasyArtificedMentalPhenomenon Aspan, Aspana;
|
||||
|
||||
} // namespace smo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user