quakeforge/ruamoko/lib/sv_sound.r
Bill Currie cdc1f0c5e7 [libr] Treat ruamoko headers as system headers
Now that qfcc actually supports them properly.
2020-03-03 15:24:41 +09:00

4 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;