0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-02 15:22:11 +00:00
quakeforge/ruamoko/include/sound.h
Jeff Teunissen 4bd37e7b64 Switch to C-style function declarations.
Doxygen hates the QuakeC-style function prototypes we use, so switch to the
C-style prototypes.
2010-12-11 20:31:59 -05:00

6 lines
122 B
C

#ifndef __ruamoko_sound_h
#define __ruamoko_sound_h
@extern void S_LocalSound (string sound);
#endif//__ruamoko_sound_h