quakeforge/ruamoko/lib/sound.r

5 lines
172 B
R

#include "sound.h"
void (entity e, float chan, string samp, float vol, float atten) sound = #8;
void (vector pos, string samp, float vol, float atten) ambientsound = #74;