diff options
Diffstat (limited to 'utils.h')
| -rw-r--r-- | utils.h | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -0,0 +1,14 @@ | |||
| 1 | /* | ||
| 2 | This file is a part of "Didrole's Update Tool" | ||
| 3 | ©2k12, Didrole | ||
| 4 | |||
| 5 | License : Public domain | ||
| 6 | */ | ||
| 7 | |||
| 8 | #pragma once | ||
| 9 | typedef unsigned int AppId_t; | ||
| 10 | |||
| 11 | const char* GetAppName(AppId_t uAppId); | ||
| 12 | void FormatSize(char* szOutput, unsigned int uOutputSize, unsigned long long ullBytes); | ||
| 13 | bool IsDir(const char* cszPath); | ||
| 14 | void mSleep(unsigned int uMS); | ||
