game-source/klik/teleport.qh
2004-02-08 07:34:17 +00:00

10 lines
138 B
C++

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