quakeforge/tools/qfcc/test/cast.r

5 lines
67 B
R
Raw Normal View History

2011-02-13 10:02:39 +00:00
void f(integer x, integer y)
{
x = (vector ()(quaternion x)) y;
}