game-source/klik/debug.qh

11 lines
82 B
C++
Raw Normal View History

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