New class hk::Implix replaces Existent

This commit is contained in:
2025-01-04 11:47:55 -04:00
parent 6ae037c7e7
commit 0468046692
2 changed files with 17 additions and 11 deletions
+17
View File
@@ -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