diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-29 03:50:20 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-29 03:50:20 +0800 |
commit | adda54ac5537b9f5e93a9b66ea6907a71da45aaf (patch) | |
tree | 0002ff16ef10e48a9f06eb216a573a9db25a3c91 /ui/qt/webengine/cpp/webengine.h | |
parent | cebb149f5cfaf008240d7069fd220401950cc7ee (diff) | |
download | go-tangerine-adda54ac5537b9f5e93a9b66ea6907a71da45aaf.tar go-tangerine-adda54ac5537b9f5e93a9b66ea6907a71da45aaf.tar.gz go-tangerine-adda54ac5537b9f5e93a9b66ea6907a71da45aaf.tar.bz2 go-tangerine-adda54ac5537b9f5e93a9b66ea6907a71da45aaf.tar.lz go-tangerine-adda54ac5537b9f5e93a9b66ea6907a71da45aaf.tar.xz go-tangerine-adda54ac5537b9f5e93a9b66ea6907a71da45aaf.tar.zst go-tangerine-adda54ac5537b9f5e93a9b66ea6907a71da45aaf.zip |
Added webengine initializer
Diffstat (limited to 'ui/qt/webengine/cpp/webengine.h')
-rw-r--r-- | ui/qt/webengine/cpp/webengine.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ui/qt/webengine/cpp/webengine.h b/ui/qt/webengine/cpp/webengine.h new file mode 100644 index 000000000..9c3b13bfa --- /dev/null +++ b/ui/qt/webengine/cpp/webengine.h @@ -0,0 +1,14 @@ +#ifndef WEBENGINE_H +#define WEBENGINE_H + +#ifdef __cplusplus +extern "C" { +#endif + +void webengineInitialize(); + +#ifdef __cplusplus +} // extern "C" +#endif + +#endif // WEBENGINE_H |