diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-03-04 20:29:44 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-03-04 20:29:44 +0200 |
commit | b317b66c1a85de26def5c3371fe04b85f334fe45 (patch) | |
tree | 91754b010b95b5d80d913c5be722c54c4eaa456a /utilities.h | |
parent | b15f94cba811a15aed857cf5e88e36374082e625 (diff) |
math expressions check code
Diffstat (limited to 'utilities.h')
-rwxr-xr-x[-rw-r--r--] | utilities.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utilities.h b/utilities.h index 29a0d4b..62a3ef5 100644..100755 --- a/utilities.h +++ b/utilities.h @@ -15,4 +15,5 @@ void LogSpamToFile(HANDLE hContact, tstring message); std::string toUTF8(std::wstring str); std::string toUTF8(std::string str); std::wstring toUTF16(std::string str); -void HistoryLogFunc(HANDLE hContact, std::string message);
\ No newline at end of file +void HistoryLogFunc(HANDLE hContact, std::string message); +std::string get_random_num(int length);
\ No newline at end of file |