diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common.h b/common.h new file mode 100644 index 0000000..579da60 --- /dev/null +++ b/common.h @@ -0,0 +1,2 @@ +GLCD::cType TimeType(time_t Time, const std::string &Format); +GLCD::cType DurationType(int Index, const std::string &Format); |