2003-10-24 21:43:32 +00:00
|
|
|
#ifndef TELEPORT_qh
|
|
|
|
#define TELEPORT_qh 1
|
|
|
|
|
|
|
|
@extern {
|
2004-02-08 07:34:17 +00:00
|
|
|
.float(vector org) th_teleport;
|
2003-10-24 21:43:32 +00:00
|
|
|
|
2004-02-08 07:34:17 +00:00
|
|
|
void (entity e, entity spot) teleport;
|
2003-10-24 21:43:32 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|