mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-22 20:21:41 +00:00
9 lines
178 B
C
9 lines
178 B
C
|
#define GIB_E_EXIT -2
|
||
|
#define GIB_E_RETURN -1
|
||
|
#define GIB_E_PARSE 6
|
||
|
#define GIB_E_NUMARGS 1
|
||
|
#define GIB_E_ARG 2
|
||
|
#define GIB_E_CALLS 3
|
||
|
#define GIB_E_NOSUB 4
|
||
|
#define GIB_E_NOVAR 5
|