New class hk::Implix replaces Existent
This commit is contained in:
@@ -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