From 41f7119d8631a142fa5a97285a8443f9d7eb7e14 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 9 Mar 2013 15:14:01 +0100 Subject: initial import of UpdateTool 0.4 --- utils.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 utils.h (limited to 'utils.h') diff --git a/utils.h b/utils.h new file mode 100644 index 0000000..6530e3f --- /dev/null +++ b/utils.h @@ -0,0 +1,14 @@ +/* + This file is a part of "Didrole's Update Tool" + ©2k12, Didrole + + License : Public domain +*/ + +#pragma once +typedef unsigned int AppId_t; + +const char* GetAppName(AppId_t uAppId); +void FormatSize(char* szOutput, unsigned int uOutputSize, unsigned long long ullBytes); +bool IsDir(const char* cszPath); +void mSleep(unsigned int uMS); -- cgit v1.2.3