mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
add a sentinal `type' for type counting purposes
This commit is contained in:
parent
53e9fb65d1
commit
8c92504fd1
1 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,9 @@ typedef enum {
|
|||
ev_entity,
|
||||
ev_field,
|
||||
ev_func,
|
||||
ev_pointer
|
||||
ev_pointer,
|
||||
|
||||
ev_type_count // not a type, gives number of types
|
||||
} etype_t;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue