From 3268fcbe024eea8d2434c863cf734aaaf47b3a7c Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 26 Jun 2001 14:14:47 +0000 Subject: [PATCH] add quaternion type (not yet supported in the code). Forgot to commit this last night. --- 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 68fff5f41..f2530a0cc 100644 --- a/include/QF/pr_comp.h +++ b/include/QF/pr_comp.h @@ -35,6 +35,7 @@ typedef enum { ev_field, ev_func, ev_pointer, + ev_quaternion, ev_type_count // not a type, gives number of types } etype_t;