summaryrefslogtreecommitdiff
path: root/api/plugin_helper.h
blob: 79eef743c90f8c4aac89a20f56a9a7147d143e60 (plain)
1
2
3
4
5
6
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