]> icculus.org git repositories - divverent/nexuiz.git/blob - data/oldmenuqc/base/timer.qh
Now overtime also gets initiated by equal frags and reaching the fraglimit.
[divverent/nexuiz.git] / data / oldmenuqc / base / timer.qh
1 // NG-Menu
2 // base/timer.qh
3
4 // timer
5 float Timer_Time;       // current time
6 float Timer_Delta;      // time difference to the last cycle
7
8 void() Timer_Init;
9 void() Timer_Update;
10 void() Timer_Quit;
11