diff options
Diffstat (limited to 'api/plugin_helper.h')
-rw-r--r-- | api/plugin_helper.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/api/plugin_helper.h b/api/plugin_helper.h deleted file mode 100644 index 79eef74..0000000 --- a/api/plugin_helper.h +++ /dev/null @@ -1,7 +0,0 @@ -#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 - |