game-source/klik/delays.qh
Bill Currie 88c055ea3c <zinx> taniwha: FWIW, the code is officially donated to quakeforge :)
<taniwha> zinx: thanks :)

zinx' klik mod :)
2003-10-24 21:43:32 +00:00

17 lines
246 B
C++

#ifndef DELAYS_qh
#define DELAYS_qh 1
@extern {
void() delays_swapin_stats;
void() delays_swapout_stats;
void() delays_force_update;
void() delays_swapin_stats_all;
void() delays_swapout_stats_all;
void() delays_force_update_all;
};
#endif