Browse Source

add awesomium headers

David Rose 16 years ago
parent
commit
60b1c07c40

+ 2 - 0
dtool/src/parser-inc/Sources.pp

@@ -22,4 +22,6 @@
     libavutil/avutil.h libavformat/avformat.h \
     libavcodec/avcodec.h libswscale/swscale.h \
     libavformat/avio.h AR/ar.h
+    WebCore.h WebView.h WebViewListener.h
+
 

+ 3 - 0
dtool/src/parser-inc/WebCore.h

@@ -0,0 +1,3 @@
+namespace Awesomium {
+  class WebCore;
+};

+ 5 - 0
dtool/src/parser-inc/WebView.h

@@ -0,0 +1,5 @@
+namespace Awesomium {
+  class WebView;
+  class FutureJSValue;
+  class JSValue;
+};

+ 4 - 0
dtool/src/parser-inc/WebViewListener.h

@@ -0,0 +1,4 @@
+namespace Awesomium {
+  class WebViewListener;
+  class JSArguments;
+};