game-source/klik/qw/sz_watch.qh
2003-10-27 22:27:29 +00:00

16 lines
215 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