mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-10 06:31:52 +00:00
9 lines
120 B
C++
9 lines
120 B
C++
#ifndef BODYQUE_qh
|
|
#define BODYQUE_qh 1
|
|
|
|
@extern {
|
|
void () bodyque_init;
|
|
entity (entity body) bodyque_que;
|
|
};
|
|
|
|
#endif
|