file chooser

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@408 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-18 14:17:26 +00:00
parent eff6ef3fa0
commit 266c2f5a16
3 changed files with 112 additions and 1 deletions

View File

@@ -45,6 +45,14 @@ MWDECL void MwDirectoryFreeEntry(MwDirectoryEntry* entry);
*/
MWDECL char* MwDirectoryCurrent(void);
/*!
* %brief Joins 2 paths
* %param a Path
* %param b Path
* %return Path
*/
MWDECL char* MwDirectoryJoin(char* a, char* b);
#ifdef __cplusplus
}
#endif