aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/webengine/cpp/webengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/webengine/cpp/webengine.h')
-rw-r--r--ui/qt/webengine/cpp/webengine.h14
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