Rename: implix to implex

This commit is contained in:
2025-01-05 12:03:08 -04:00
parent 732021b9e3
commit b4e51a0d49
+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