mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-10 06:31:52 +00:00
88c055ea3c
<taniwha> zinx: thanks :) zinx' klik mod :)
13 lines
139 B
C++
13 lines
139 B
C++
#ifndef ENTNUM_qh
|
|
#define ENTNUM_qh 1
|
|
|
|
@extern {
|
|
|
|
float(entity e) entnum;
|
|
entity(float num) entfornum;
|
|
|
|
string(entity e) etos;
|
|
|
|
};
|
|
|
|
#endif
|