game-source/klik/entnum.qh
Bill Currie 88c055ea3c <zinx> taniwha: FWIW, the code is officially donated to quakeforge :)
<taniwha> zinx: thanks :)

zinx' klik mod :)
2003-10-24 21:43:32 +00:00

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