diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/plugin_helper.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/api/plugin_helper.h b/api/plugin_helper.h new file mode 100644 index 0000000..79eef74 --- /dev/null +++ b/api/plugin_helper.h @@ -0,0 +1,7 @@ +#ifndef PLUGIN_HELPER_H +#define PLUGIN_HELPER_H +#define CallService(a,b,c) pluginLink->CallService(a,b,c) +#define CreateServiceFunction(a,b) pluginLink->CreateServiceFunction(a,b) +#define ServiceExists(a) pluginLink->ServiceExists(a) +#endif + |