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