quakeforge/include/gib_error.h
Bill Currie a590700249 move gib_*.h to include (internal headers)
move gib.h to include/QF
fix up the refs to gib.h
2001-05-09 20:50:38 +00:00

12 lines
270 B
C

#define GIB_E_EXIT -2
#define GIB_E_RETURN -1
#define GIB_E_PARSE 1
#define GIB_E_NUMARGS 2
#define GIB_E_ARG 3
#define GIB_E_CALLS 4
#define GIB_E_NOSUB 5
#define GIB_E_NOVAR 6
#define GIB_E_BUFFER 7
#define GIB_E_TYPE 8
#define GIB_E_ULIMIT 9
#define GIB_E_ILLINST 10