aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8.1/examples/21.Quake3Explorer/sound.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-01-13 19:47:58 +1000
committerDavid Walter Seikel2014-01-13 19:47:58 +1000
commitf9158592e1478b2013afc7041d9ed041cf2d2f4a (patch)
treeb16e389d7988700e21b4c9741044cefa536dcbae /libraries/irrlicht-1.8.1/examples/21.Quake3Explorer/sound.h
parentLibraries readme updated with change markers and more of the Irrlicht changes. (diff)
downloadSledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.zip
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.gz
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.bz2
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.xz
Update Irrlicht to 1.8.1. Include actual change markers this time. lol
Diffstat (limited to 'libraries/irrlicht-1.8.1/examples/21.Quake3Explorer/sound.h')
-rw-r--r--libraries/irrlicht-1.8.1/examples/21.Quake3Explorer/sound.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/libraries/irrlicht-1.8.1/examples/21.Quake3Explorer/sound.h b/libraries/irrlicht-1.8.1/examples/21.Quake3Explorer/sound.h
new file mode 100644
index 0000000..033e9bb
--- /dev/null
+++ b/libraries/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__