mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-12 23:44:27 +00:00
8 lines
81 B
C++
8 lines
81 B
C++
#ifndef DEBUG_qh
|
|
#define DEBUG_qh 1
|
|
|
|
@extern {
|
|
void () debug_impulse;
|
|
};
|
|
|
|
#endif
|