add an integer type. not yet properly supported

This commit is contained in:
Bill Currie 2001-07-18 15:40:32 +00:00
parent 9d50fea8e5
commit e9ed59ec27

View file

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