#ifndef STAR_STEAM_CHECK_HPP #define STAR_STEAM_CHECK_HPP namespace Star { class SteamCheck { public: SteamCheck(); bool check(); }; } #endif