30/// Plug-in unique ID and creation functions (hooks) necessary to register the mixer plug-in in the sound engine.
31/// <br><b>Wwise effect name:</b> Sink
32/// <br><b>Library file:</b> AkSink.lib
33
34#ifndef _AK_SINK_FACTORY_H_
35#define _AK_SINK_FACTORY_H_
36
37
38
39/// \file
40/// Registers the Audio Sink Sample plugin automatically.
41/// This file should be included once in a .CPP (not a .h, really). The simple inclusion of this file and the linking of the library is enough to use the plugin.
42/// <b>WARNING</b>: Include this file only if you wish to link statically with the plugins. Dynamic Libaries (DLL, so, etc) are automatically detected and do not need this include file.