From b36bf78a9dc63d9181991d1342dcd91520951a28 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 1 Aug 2010 15:22:07 +0300 Subject: modified: api/api.h modified: core/main.cpp modified: modules/example/main.cpp --- api/api.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'api/api.h') diff --git a/api/api.h b/api/api.h index 8fba13c..441f258 100644 --- a/api/api.h +++ b/api/api.h @@ -1,24 +1,4 @@ #ifndef API_H #define API_H -#ifdef __cplusplus -extern "C" { -#endif - -struct PluginInfo -{ -// DWORD dwPluginType; //unused for now - char *szPluginName; -}; - -struct HostInfo -{ - DWORD dwVersion; -}; - -__declspec(dllexport) void GetPluginInfo(PluginInfo* pPluginInfo, DWORD *pdwResult); -__declspec(dllexport) void PluginHandler(DWORD dwCode, HostInfo *pHostInfo, DWORD *pdwResult); -#ifdef __cplusplus -} -#endif #endif //API_H -- cgit v1.2.3