mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-19 06:40:49 +00:00
Enabling the print builtin nodes, soon to be used to test CALL generation
This commit is contained in:
parent
29091971d2
commit
2c1f08a209
1 changed files with 3 additions and 5 deletions
|
@ -31,11 +31,9 @@ int main()
|
||||||
|
|
||||||
/* opts_debug = true; */
|
/* opts_debug = true; */
|
||||||
|
|
||||||
#if 0
|
BUILTIN(print, TYPE_VOID, -1);
|
||||||
BUILTIN(print, TYPE_VOID, -1);
|
PARAM(TYPE_STRING, text);
|
||||||
PARAM(TYPE_STRING, text);
|
ENDBUILTIN();
|
||||||
ENDBUILTIN();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
TESTINIT();
|
TESTINIT();
|
||||||
VAR(TYPE_FLOAT, f0);
|
VAR(TYPE_FLOAT, f0);
|
||||||
|
|
Loading…
Reference in a new issue