From ebcf5ee1991c4815eb31674653e7d2e9036ab760 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 1 Aug 2010 14:49:28 +0300 Subject: modified: api/api.h new file: core/Makefile modified: core/main.cpp new file: modules/example/Makefile modified: modules/example/main.cpp --- core/main.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'core/main.cpp') 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 -#include "../api/api.h" +#include + +typedef void (*GetPluginInfoType)(PluginInfo*); +typedef void (*PluginHandlerType)(HostInfo*); int main() { return 0; } - - -- cgit v1.2.3