game-source/klik/teleport.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

12 lines
137 B
C++

#ifndef TELEPORT_qh
#define TELEPORT_qh 1
@extern {
.float(vector org) th_teleport;
void(entity e, entity spot) teleport;
};
#endif