mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-03 16:50:27 +02:00
Import irrlicht 1.8.4 release
This commit is contained in:
18
examples/21.Quake3Explorer/sound.h
Normal file
18
examples/21.Quake3Explorer/sound.h
Normal file
@ -0,0 +1,18 @@
|
||||
/*!
|
||||
Sound Factory.
|
||||
provides a sound interface
|
||||
|
||||
*/
|
||||
#ifndef __QUAKE3_SOUND__H_INCLUDED__
|
||||
#define __QUAKE3_SOUND__H_INCLUDED__
|
||||
|
||||
#include <irrlicht.h>
|
||||
|
||||
using namespace irr;
|
||||
|
||||
void sound_init ( IrrlichtDevice *device );
|
||||
void sound_shutdown ();
|
||||
void background_music ( const c8 * file );
|
||||
|
||||
|
||||
#endif // __QUAKE3_SOUND__H_INCLUDED__
|
Reference in New Issue
Block a user