@@ -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
+
@@ -0,0 +1,3 @@
+namespace Awesomium {
+ class WebCore;
+};
@@ -0,0 +1,5 @@
+ class WebView;
+ class FutureJSValue;
+ class JSValue;
@@ -0,0 +1,4 @@
+ class WebViewListener;
+ class JSArguments;