diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-01 15:22:07 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-01 15:22:07 +0300 |
commit | b36bf78a9dc63d9181991d1342dcd91520951a28 (patch) | |
tree | a441042cbb2e90b7fb5f3232de83d616e0e751dc /api/api.h | |
parent | ebcf5ee1991c4815eb31674653e7d2e9036ab760 (diff) |
modified: api/api.h
modified: core/main.cpp
modified: modules/example/main.cpp
Diffstat (limited to 'api/api.h')
-rw-r--r-- | api/api.h | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -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 |