mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
49ca09a64f
I don't remember what half these tests were for :/
9 lines
129 B
R
9 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];
|
|
};
|