0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-06 09:21:50 +00:00
quakeforge/tools/qfcc/test/old/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;
}