1
0
forked from 0ad/0ad

comment path conversion functions

This was SVN commit r880.
This commit is contained in:
janwas 2004-08-02 13:44:48 +00:00
parent 85b1f26f65
commit 3e92b4a043

View File

@ -71,6 +71,9 @@ enum FILE_CB_FLAGS
};
// convert to/from our portable path representation,
// e.g. for external libraries that require the real filename.
// note: also removes/adds current directory.
extern int file_make_native_path(const char* path, char* n_path);
extern int file_make_portable_path(const char* n_path, char* path);