game-source/klik/debug.qh
2004-02-08 07:34:17 +00:00

8 lines
81 B
C++

#ifndef DEBUG_qh
#define DEBUG_qh 1
@extern {
void () debug_impulse;
};
#endif