mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-21 14:44:36 +00:00
15ca5cbf21
This was SVN commit r473.
13 lines
176 B
C
Executable File
13 lines
176 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
|