Files
salmanoff/hcore/include/implix/implix.h
T

18 lines
206 B
C++
Raw Normal View History

2025-01-04 11:47:55 -04:00
#ifndef IMPLIX_H
#define IMPLIX_H
namespace hk {
namespace implix {
class Implix
{
public:
Implix() = default;
~Implix() = default;
};
} // namespace implix
} // namespace hk
#endif // IMPLIX_H