31/// Plug-in unique ID and creation functions (hooks) necessary to register the mixer plug-in in the sound engine.
32/// <br><b>Wwise effect name:</b> Sink
33/// <br><b>Library file:</b> AkSink.lib
34
35#ifndef _AK_SINK_FACTORY_H_
36#define _AK_SINK_FACTORY_H_
37
38
39
40/// \file
41/// Registers the Audio Sink Sample plugin automatically.
42/// 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.
43/// <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.