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 /core/main.cpp | |
parent | ebcf5ee1991c4815eb31674653e7d2e9036ab760 (diff) |
modified: api/api.h
modified: core/main.cpp
modified: modules/example/main.cpp
Diffstat (limited to 'core/main.cpp')
-rw-r--r-- | core/main.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/main.cpp b/core/main.cpp index 5bb4925..9c42aaa 100644 --- a/core/main.cpp +++ b/core/main.cpp @@ -1,11 +1,9 @@ #include <windows.h> #include <api.h> +#include <pluginapi.h> -typedef void (*GetPluginInfoType)(PluginInfo*); -typedef void (*PluginHandlerType)(HostInfo*); int main() { - return 0; } |