aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/irrlicht-1.8.1/examples/21.Quake3Explorer/sound.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-03-28 22:28:34 +1000
committerDavid Walter Seikel2016-03-28 22:28:34 +1000
commit7028cbe09c688437910a25623098762bf0fa592d (patch)
tree10b5af58277d9880380c2251f109325542c4e6eb /src/others/irrlicht-1.8.1/examples/21.Quake3Explorer/sound.h
parentMove lemon to the src/others directory. (diff)
downloadSledjHamr-7028cbe09c688437910a25623098762bf0fa592d.zip
SledjHamr-7028cbe09c688437910a25623098762bf0fa592d.tar.gz
SledjHamr-7028cbe09c688437910a25623098762bf0fa592d.tar.bz2
SledjHamr-7028cbe09c688437910a25623098762bf0fa592d.tar.xz
Move Irrlicht to src/others.
Diffstat (limited to 'src/others/irrlicht-1.8.1/examples/21.Quake3Explorer/sound.h')
-rw-r--r--src/others/irrlicht-1.8.1/examples/21.Quake3Explorer/sound.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/others/irrlicht-1.8.1/examples/21.Quake3Explorer/sound.h b/src/others/irrlicht-1.8.1/examples/21.Quake3Explorer/sound.h
new file mode 100644
index 0000000..033e9bb
--- /dev/null
+++ b/src/others/irrlicht-1.8.1/examples/21.Quake3Explorer/sound.h
@@ -0,0 +1,18 @@
1/*!
2 Sound Factory.
3 provides a sound interface
4
5*/
6#ifndef __QUAKE3_SOUND__H_INCLUDED__
7#define __QUAKE3_SOUND__H_INCLUDED__
8
9#include <irrlicht.h>
10
11using namespace irr;
12
13void sound_init ( IrrlichtDevice *device );
14void sound_shutdown ();
15void background_music ( const c8 * file );
16
17
18#endif // __QUAKE3_SOUND__H_INCLUDED__