mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-04-09 17:13:10 +00:00
11 lines
82 B
C++
11 lines
82 B
C++
|
#ifndef DEBUG_qh
|
||
|
#define DEBUG_qh 1
|
||
|
|
||
|
@extern {
|
||
|
|
||
|
void() debug_impulse;
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif
|