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

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