From 3e92b4a0430a385c591a6fa560aac1b2f12ffbcd Mon Sep 17 00:00:00 2001 From: janwas Date: Mon, 2 Aug 2004 13:44:48 +0000 Subject: [PATCH] comment path conversion functions This was SVN commit r880. --- source/lib/res/file.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/lib/res/file.h b/source/lib/res/file.h index f3e4317f81..503c479d06 100755 --- a/source/lib/res/file.h +++ b/source/lib/res/file.h @@ -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);