]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menuqc/base/timer.qh
Prepare the renaming of timer.* to time.*
[divverent/nexuiz.git] / data / menuqc / base / timer.qh
1 // xMenu
2 // * NG-Menu
3 // base/time.qh
4 // * base/timer.qh
5
6 // timer
7 float Time_Current; // current time
8 float Time_Delta;       // time difference to the last cycle
9
10 void() Time_Init;
11 void() Time_Update;
12 void() Time_Quit;
13