mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 16:37:30 +00:00
9 lines
65 B
R
9 lines
65 B
R
|
@extern {
|
||
|
float x;
|
||
|
void () main =
|
||
|
{
|
||
|
x = 1;
|
||
|
return;
|
||
|
};
|
||
|
};
|