16 lines
159 B
C
16 lines
159 B
C
|
#ifndef AW_PLUGIN_MANAGER_H
|
||
|
#define AW_PLUGIN_MANAGER_H
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C"
|
||
|
{
|
||
|
#endif
|
||
|
|
||
|
void AwPluginInit(void);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|