diff options
Diffstat (limited to 'apps/misc.h')
| -rw-r--r-- | apps/misc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h index ab0e592..590ccf0 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -115,4 +115,8 @@ int hex_to_rgb(const char* hex); char* strrsplt(char* str, int c); +bool file_exists(const char *file); +bool dir_exists(const char *path); + + #endif /* MISC_H */ |