quakeforge/tools/qwaq/defs.qc
Bill Currie 8a23ae0a48 stand alone qc interpreter. So I'm on some serious qwaq :) (actuallly, its
main purpose is language extention testing)
2001-06-01 21:57:59 +00:00

8 lines
103 B
C++

void (string str) print = #1;
float time;
entity self;
.float nextthink;
.float think;
.float frame;