mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-10 14:41:57 +00:00
15 lines
256 B
C++
15 lines
256 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
|