From e9ed59ec273272c731fc7283f94106c0342a0dc5 Mon Sep 17 00:00:00 2001 From: Bill Currie <bill@taniwha.org> Date: Wed, 18 Jul 2001 15:40:32 +0000 Subject: [PATCH] add an integer type. not yet properly supported --- include/QF/pr_comp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/QF/pr_comp.h b/include/QF/pr_comp.h index 91603b0c3..3d1647113 100644 --- a/include/QF/pr_comp.h +++ b/include/QF/pr_comp.h @@ -36,6 +36,7 @@ typedef enum { ev_func, ev_pointer, ev_quaternion, + ev_int, ev_type_count // not a type, gives number of types } etype_t;