From 3be8db3edc326f02c9e345d7a8e6a9f2aa960864 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 5 Aug 2010 00:47:09 +0300 Subject: new file: api/plugin_helper.h --- api/plugin_helper.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 api/plugin_helper.h (limited to 'api/plugin_helper.h') 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 + -- cgit v1.2.3