New class hk::Implix replaces Existent
This commit is contained in:
@@ -1,11 +0,0 @@
|
|||||||
#ifndef _EXISTENT_H
|
|
||||||
#define _EXISTENT_H
|
|
||||||
|
|
||||||
#include <mentalEntity.h>
|
|
||||||
|
|
||||||
class Existent
|
|
||||||
: public MentalEntity
|
|
||||||
{
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
#ifndef IMPLIX_H
|
||||||
|
#define IMPLIX_H
|
||||||
|
|
||||||
|
namespace hk {
|
||||||
|
namespace implix {
|
||||||
|
|
||||||
|
class Implix
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
Implix() = default;
|
||||||
|
~Implix() = default;
|
||||||
|
};
|
||||||
|
|
||||||
|
} // namespace implix
|
||||||
|
} // namespace hk
|
||||||
|
|
||||||
|
#endif // IMPLIX_H
|
||||||
Reference in New Issue
Block a user