diff options
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; } - - |