//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*- // file time.hpp #ifndef _TIME_HPP #define _TIME_HPP #include #include #include #include #include #include "utilities.hpp" #include "dekspy.hpp" namespace date_time { extern std::clock_t nCPUTime; // Functions. bool date44(std::string *); bool time44(std::string *); void settym(void); void runtym(double &, double &); void tdelay(int &); } #endif // _TIME_HPP // end of file time.hpp