diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-05 00:47:09 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-05 00:47:09 +0300 |
commit | 3be8db3edc326f02c9e345d7a8e6a9f2aa960864 (patch) | |
tree | 5178616d418950a5484f6097f76c02fe51ed3e7d /api/plugin_helper.h | |
parent | a8527496d9c8eb81710e718be7be8a9ae62a48b4 (diff) |
new file: api/plugin_helper.h
Diffstat (limited to 'api/plugin_helper.h')
-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 + |