diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-11-17 19:57:27 -0600 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2018-11-17 19:57:27 -0600 |
| commit | b385babf77cafda37770ff2593af2a6a37e15260 (patch) | |
| tree | ce201ca20b290625ddfbbb39fb0b111d68ad50f7 /file_functions.h | |
| parent | 8d61f6007ecfa3e19aa7cce6afb97aa39f143fac (diff) | |
| parent | 027f95deccef0f17759cbb093dc4097caf8184da (diff) | |
Fix case-insensitive paths on Linux (#34)
Closes #9
Diffstat (limited to 'file_functions.h')
| -rw-r--r-- | file_functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/file_functions.h b/file_functions.h index 77e1c20b..6937ed8a 100644 --- a/file_functions.h +++ b/file_functions.h @@ -7,5 +7,6 @@ bool file_exists(QString file_path); bool dir_exists(QString file_path); +bool exists(QString p_path); #endif // FILE_FUNCTIONS_H |
