From 77814570705b8164bfcd1aafe4d84c592fe2ef61 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 5 Apr 2002 09:02:57 +0000 Subject: [PATCH] Added some more error string constants. --- physfs_internal.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/physfs_internal.h b/physfs_internal.h index 253b1872..49955933 100644 --- a/physfs_internal.h +++ b/physfs_internal.h @@ -263,6 +263,9 @@ typedef struct __PHYSFS_DIRFUNCTIONS__ #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().