0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-27 12:01:47 +00:00
quakeforge/tools/qfcc/test/old/convert.r

10 lines
129 B
R
Raw Permalink Normal View History

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