C:/quickbuild-1.2.13/working/root/Docs/TGEA_Offline_Docs/checkouts/engine/source/sfx/sfxSystem.h File Reference

#include "sfx/sfxSource.h"
#include "sfx/sfxProfile.h"
#include "sfx/sfxDevice.h"
#include "sfx/sfxListener.h"
#include "core/util/tSignal.h"

Classes

class  SFXSystem
 This class provides access to the sound system. More...

Defines

#define SFX   SFXSystem::getSingleton()
 Less verbose macro for accessing the SFX singleton.
#define SFX_DELETE(source)
 A simple macro to automate the deletion of a source.


Define Documentation

#define SFX   SFXSystem::getSingleton()

Less verbose macro for accessing the SFX singleton.

This should be the prefered method for accessing the system.

See also:
SFXSystem

SFXSystem::getSingleton()

#define SFX_DELETE ( source   ) 

Value:

if ( source )              \
   {                          \
      source->deleteObject(); \
      source = NULL;          \
   }                          \
A simple macro to automate the deletion of a source.

See also:
SFXSource