// $Id: Date.hh 4839 2005-11-11 22:00:07Z m9710797 $ #ifndef DATE_HH #define DATE_HH #include #include namespace openmsx { namespace Date { time_t fromString(const std::string& line); std::string toString(time_t time); } // namespace Date } // namespace openmsx #endif