]> icculus.org git repositories - divverent/nexuiz.git/blob - data/scmenu/source/base/timer.qh
restructure
[divverent/nexuiz.git] / data / scmenu / source / 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