Skip to content

Commit

Permalink
Added some more error string constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 5, 2002
1 parent 42a386c commit 7781457
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions physfs_internal.h
Expand Up @@ -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().
Expand Down

0 comments on commit 7781457

Please sign in to comment.