mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
afdbd90bc1
:)
3 lines
67 B
R
3 lines
67 B
R
void () bar;
|
|
void () foo = [1,bar,0.2] {}
|
|
void () bar = [1,foo] {}
|