mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-07 01:26:37 +00:00
comment path conversion functions
This was SVN commit r880.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user