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:
parent
72d16d7713
commit
3268fcbe02
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue