diff options
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utilities.h b/utilities.h index e055f18..7255724 100644 --- a/utilities.h +++ b/utilities.h @@ -34,5 +34,6 @@ const bool StriStr(const char *str, const char *substr); string toUTF8(wstring str); wstring toUTF16(string str); string get_random(int length); +string time_str(); #endif |