]> git.xonotic.org Git - xonotic/gmqcc.git/blob - tests/state-emu.tmpl
Get rid of a warning on Windows
[xonotic/gmqcc.git] / tests / state-emu.tmpl
1 I: state.qc
2 D: test emulated state ops
3 T: -execute
4 C: -std=gmqcc -femulate-state
5 M: st1, .frame=1, .nextthink=10.1 (now: 10)
6 M: st2, .frame=2, .nextthink=11.1 (now: 11)
7 M: st3, .frame=0, .nextthink=12.1 (now: 12)
8 M: st1, .frame=1, .nextthink=13.1 (now: 13)
9 M: st2, .frame=2, .nextthink=14.1 (now: 14)