summaryrefslogtreecommitdiff
path: root/api/plugin_helper.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-05 00:47:09 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-05 00:47:09 +0300
commit3be8db3edc326f02c9e345d7a8e6a9f2aa960864 (patch)
tree5178616d418950a5484f6097f76c02fe51ed3e7d /api/plugin_helper.h
parenta8527496d9c8eb81710e718be7be8a9ae62a48b4 (diff)
new file: api/plugin_helper.h
Diffstat (limited to 'api/plugin_helper.h')
-rw-r--r--api/plugin_helper.h7
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
+