quakeforge/tools/qfcc/test/convert.r

10 lines
129 B
R

#include "gui/Rect.h"
void (integer x) foo;
void (float y) bar =
{
foo (y);
[[Rect alloc] initWithComponents:1 :2 :y :3];
};