#include <deschutes/version.h>
Go to the source code of this file.
Defines | |
#define | EXPORT_CASCADE_AUDIO_CODEC_PLUGIN(codecName) |
|
Value: extern "C" const char * _CascadeAudioCodec_Plugin_GetPluginVersion() \ { \ return DESCHUTES_VERSION; \ } \ \ extern "C" CascadeAudioCodec * _CascadeAudioCodec_Plugin_CreateCodec() \ { \ return new codecName; \ } \ \ extern "C" void _CascadeAudioCodec_Plugin_DestroyCodec(CascadeAudioCodec * pCodec) \ { \ delete pCodec; \ } |