#ifndef AW_PLUGIN_MANAGER_H
#define AW_PLUGIN_MANAGER_H
#ifdef __cplusplus
extern "C"
{
#endif
void AwPluginInit(void);
}