0ad/source/lib/res/sound.h

12 lines
175 B
C
Executable File

/* Sound FX
* Graeme Kerry - graeme@wildfiregames.com
*/
#ifndef __SOUND_H__
#define __SOUND_H__
#include "h_mgr.h"
extern Handle sound_load(const char* filename);
#endif