0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-12 12:21:54 +00:00
quakeforge/tools/qfcc/test/old/state.r

4 lines
67 B
R
Raw Normal View History

void () bar;
void () foo = [1,bar,0.2] {}
void () bar = [1,foo] {}