插件引擎改进(未完成)
This commit is contained in:
@@ -12,7 +12,7 @@ namespace hgl
|
||||
typedef bool (*GetPlugInInterfacePROC)(uint32,void *); ///<取得插件接口
|
||||
typedef void (*SetPlugInInterfacePROC)(void *,void *); ///<设置插件接口
|
||||
|
||||
typedef bool (*LoadInterfaceByNamePROC)(const u16char *,uint32,void *); ///<取得接口
|
||||
typedef bool (*LoadInterfaceByNamePROC)(const char *,uint32,void *); ///<取得接口
|
||||
typedef bool (*LoadInterfaceByIndexPROC)(uint32,uint32,void *); ///<取得接口
|
||||
|
||||
struct PlugInInterface
|
||||
|
Reference in New Issue
Block a user