mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-28 22:52:26 +00:00
14 lines
222 B
C++
14 lines
222 B
C++
#ifndef SZ_WATCH_qh
|
|
#define SZ_WATCH_qh 1
|
|
|
|
@extern {
|
|
float sv_spawning;
|
|
|
|
void () SZ_init;
|
|
void () SZ_frame;
|
|
|
|
void (entity e) makestatic;
|
|
void (vector pos, string samp, float vol, float atten) ambientsound;
|
|
};
|
|
|
|
#endif
|