file chooser
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@408 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
eff6ef3fa0
commit
266c2f5a16
3 changed files with 112 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue