add_enum
add a new enum type
idx - is not used anymore.
name - name of the enum.
flag - flags for representation of numeric constants
in the definition of enum.
returns: id of new enum or -1.
long add_enum(long idx, string name, long flag);
Last updated