0ad/source/lib/res/sound.h
kezz 11979a48fa kezz - adding preliminary sound code
This was SVN commit r336.
2004-06-01 22:19:53 +00:00

13 lines
194 B
C
Executable File

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