mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-10 14:41:57 +00:00
10 lines
138 B
C++
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
|