add awesomium headers

This commit is contained in:
David Rose 2009-12-29 23:22:09 +00:00
parent 5f4c4670bd
commit 60b1c07c40
4 changed files with 14 additions and 0 deletions

View File

@ -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

View File

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

View File

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

View File

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