mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 17:31:08 +00:00
add an integer type. not yet properly supported
This commit is contained in:
parent
9d50fea8e5
commit
e9ed59ec27
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue