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

9 lines
120 B
C++

#ifndef BODYQUE_qh
#define BODYQUE_qh 1
@extern {
void () bodyque_init;
entity (entity body) bodyque_que;
};
#endif