mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-06 15:51:25 +00:00
add id as a type
This commit is contained in:
parent
961d84e569
commit
f4fee3d7b2
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ static keyword_t keywords[] = {
|
||||||
{"quaternion", TYPE, &type_quaternion, 0, PROG_VERSION},
|
{"quaternion", TYPE, &type_quaternion, 0, PROG_VERSION},
|
||||||
{"integer", TYPE, &type_integer, 0, PROG_VERSION},
|
{"integer", TYPE, &type_integer, 0, PROG_VERSION},
|
||||||
{"function", TYPE, &type_function, 0, PROG_VERSION},
|
{"function", TYPE, &type_function, 0, PROG_VERSION},
|
||||||
|
{"id", TYPE, &type_id, 0, PROG_VERSION},
|
||||||
{"local", LOCAL, 0, 1, PROG_ID_VERSION},
|
{"local", LOCAL, 0, 1, PROG_ID_VERSION},
|
||||||
{"return", RETURN, 0, 1, PROG_ID_VERSION},
|
{"return", RETURN, 0, 1, PROG_ID_VERSION},
|
||||||
{"while", WHILE, 0, 1, PROG_ID_VERSION},
|
{"while", WHILE, 0, 1, PROG_ID_VERSION},
|
||||||
|
|
Loading…
Reference in a new issue