From 42992bc2c04dcfd322ead3fda1134439a2cfcf3a Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 13 Oct 2010 00:17:40 +0300 Subject: cleanup, switching to wxwidgets as main development framework --- api/plugin_helper.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 api/plugin_helper.h (limited to 'api/plugin_helper.h') 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 - -- cgit v1.2.3