mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-25 21:41:48 +00:00
8 lines
178 B
C
8 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
|