quakeforge/tools/qfcc/test/cast.r
2011-02-13 19:02:39 +09:00

4 lines
67 B
R

void f(integer x, integer y)
{
x = (vector ()(quaternion x)) y;
}