mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-10 14:41:57 +00:00
88c055ea3c
<taniwha> zinx: thanks :) zinx' klik mod :)
12 lines
137 B
C++
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
|