mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-04-09 17:13:10 +00:00
18 lines
246 B
C++
18 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
|