game-source/klik/teleport.qh

13 lines
137 B
C++
Raw Normal View History

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