#ifndef PHASE_GENERAL_HPP #define PHASE_GENERAL_HPP #include class phase_general { public: void set_homedir(const char*); protected: static std::string __homedir; }; #endif