changeset 172 | ebad22720e88 |
parent 156 | f45e26b5f398 |
child 240 | 052041af9001 |
--- a/physfs_internal.h Fri Apr 05 08:45:08 2002 +0000 +++ b/physfs_internal.h Fri Apr 05 09:02:57 2002 +0000 @@ -263,6 +263,9 @@ #define ERR_COMPRESSION "(De)compression error" #define ERR_NOT_IMPLEMENTED "Not implemented" #define ERR_OS_ERROR "Operating system reported error" +#define ERR_FILE_EXISTS "File already exists" +#define ERR_NOT_A_DIR "Not a directory" +#define ERR_FILE_NOT_FOUND "File not found" /* * Call this to set the message returned by PHYSFS_getLastError().