From f9158592e1478b2013afc7041d9ed041cf2d2f4a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 13 Jan 2014 19:47:58 +1000 Subject: Update Irrlicht to 1.8.1. Include actual change markers this time. lol --- .../irrlicht-1.8/examples/21.Quake3Explorer/sound.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 libraries/irrlicht-1.8/examples/21.Quake3Explorer/sound.h (limited to 'libraries/irrlicht-1.8/examples/21.Quake3Explorer/sound.h') diff --git a/libraries/irrlicht-1.8/examples/21.Quake3Explorer/sound.h b/libraries/irrlicht-1.8/examples/21.Quake3Explorer/sound.h deleted file mode 100644 index fab4555..0000000 --- a/libraries/irrlicht-1.8/examples/21.Quake3Explorer/sound.h +++ /dev/null @@ -1,18 +0,0 @@ -/*! - Sound Factory. - provides a sound interface - -*/ -#ifndef __QUAKE3_SOUND__H_INCLUDED__ -#define __QUAKE3_SOUND__H_INCLUDED__ - -#include - -using namespace irr; - -void sound_init ( IrrlichtDevice *device ); -void sound_shutdown (); -void background_music ( const c8 * file ); - - -#endif // __QUAKE3_SOUND__H_INCLUDED__ -- cgit v1.1