mirror of
https://github.com/fsender/readguy.git
synced 2025-12-12 04:58:14 +08:00
9 lines
138 B
C++
9 lines
138 B
C++
#ifndef _TIMELIB_H_FILE
|
|
#define _TIMELIB_H_FILE
|
|
|
|
#ifdef __cplusplus
|
|
#include "ctg_timelib.hpp"
|
|
using namespace CTG_TimeLib;
|
|
#endif
|
|
|
|
#endif |