Fix path detection on Haiku

This commit is contained in:
Adrien Destugues
2021-01-01 11:40:23 +01:00
parent 15ba54eb77
commit 951f58445c
4 changed files with 19 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ extern "C" {
#endif
qword haiku_get_free_space(char* path);
char* haiku_get_clipboard();
const char* haiku_get_app_path();
#ifdef __cplusplus
}
#endif