mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-22 20:11:49 +00:00
88c055ea3c
<taniwha> zinx: thanks :) zinx' klik mod :)
11 lines
118 B
C++
11 lines
118 B
C++
#ifndef BODYQUE_qh
|
|
#define BODYQUE_qh 1
|
|
|
|
@extern {
|
|
|
|
void() bodyque_init;
|
|
entity(entity body) bodyque_que;
|
|
|
|
};
|
|
|
|
#endif
|