Initial split

This commit is contained in:
Lea Anthony
2020-09-11 07:23:27 +10:00
parent 422ee22d0c
commit 7df86cc8e6
4 changed files with 2900 additions and 1 deletions

View File

@@ -23,7 +23,20 @@ package webview
#include <stdint.h>
#define WEBVIEW_STATIC
#define WEBVIEW_IMPLEMENTATION
#include "webview.h"
#ifdef WEBVIEW_GTK
#include "webview_linux.h"
#endif
#ifdef WEBVIEW_COCOA
#include "webview_darwin.h"
#endif
#ifdef WEBVIEW_COCOA
#include "webview_darwin.h"
#endif
extern void _webviewExternalInvokeCallback(void *, void *);