mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-02-18 09:51:43 +00:00
13 lines
137 B
C++
13 lines
137 B
C++
|
#ifndef TELEPORT_qh
|
||
|
#define TELEPORT_qh 1
|
||
|
|
||
|
@extern {
|
||
|
|
||
|
.float(vector org) th_teleport;
|
||
|
|
||
|
void(entity e, entity spot) teleport;
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif
|