//======================================================================= // Copyright Baptiste Wicht 2013-2018. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT) //======================================================================= #ifndef RTC_H #define RTC_H #include namespace rtc { rtc::datetime all_data(); } //end of rtc namespace #endif