0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-21 18:01:15 +00:00

add quaternion type (not yet supported in the code). Forgot to commit this

last night.
This commit is contained in:
Bill Currie 2001-06-26 14:14:47 +00:00
parent 72d16d7713
commit 3268fcbe02

View file

@ -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;