#ifndef __THER_HEATING_HPP__ #define __THER_HEATING_HPP__ #include namespace ther { template class HeatingPad { public: }; } // namespace ther #endif