Files
salmanoff/hcore/include/implex/implix.h
T
2025-01-05 12:03:08 -04:00

18 lines
206 B
C++

#ifndef IMPLIX_H
#define IMPLIX_H
namespace hk {
namespace implix {
class Implix
{
public:
Implix() = default;
~Implix() = default;
};
} // namespace implix
} // namespace hk
#endif // IMPLIX_H