#ifndef LIBGATEMATE_CHIP_HPP #define LIBGATEMATE_CHIP_HPP #include using namespace std; namespace GateMate { class Chip { public: explicit Chip(); }; } #endif //LIBGATEMATE_CHIP_HPP