mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 18:56:41 -04:00
github publish
This commit is contained in:
commit
506e23bf32
542 changed files with 120675 additions and 0 deletions
14
GIF/Errs.h
Normal file
14
GIF/Errs.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* Various error codes used by decoder
|
||||
* and my own routines... It's okay
|
||||
* for you to define whatever you want,
|
||||
* as long as it's negative... It will be
|
||||
* returned intact up the various subroutine
|
||||
* levels...
|
||||
*/
|
||||
#define OUT_OF_MEMORY -10
|
||||
#define BAD_CODE_SIZE -20
|
||||
#define READ_ERROR -1
|
||||
#define WRITE_ERROR -2
|
||||
#define OPEN_ERROR -3
|
||||
#define CREATE_ERROR -4
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue