diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-01 14:49:28 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-01 14:49:28 +0300 |
commit | ebcf5ee1991c4815eb31674653e7d2e9036ab760 (patch) | |
tree | 8bacb749e3abe8d68ec2e1f6585f4925511f5c35 /core/main.cpp | |
parent | 263892c3b18be3cfa0e749fe2e8b9703e6e30c16 (diff) |
modified: api/api.h
new file: core/Makefile
modified: core/main.cpp
new file: modules/example/Makefile
modified: modules/example/main.cpp
Diffstat (limited to 'core/main.cpp')
-rw-r--r-- | core/main.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/core/main.cpp b/core/main.cpp index 61e7579..5bb4925 100644 --- a/core/main.cpp +++ b/core/main.cpp @@ -1,10 +1,11 @@ #include <windows.h> -#include "../api/api.h" +#include <api.h> + +typedef void (*GetPluginInfoType)(PluginInfo*); +typedef void (*PluginHandlerType)(HostInfo*); int main() { return 0; } - - |