mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
add awesomium headers
This commit is contained in:
parent
5f4c4670bd
commit
60b1c07c40
@ -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
dtool/src/parser-inc/WebCore.h
Normal file
3
dtool/src/parser-inc/WebCore.h
Normal file
@ -0,0 +1,3 @@
|
||||
namespace Awesomium {
|
||||
class WebCore;
|
||||
};
|
5
dtool/src/parser-inc/WebView.h
Normal file
5
dtool/src/parser-inc/WebView.h
Normal file
@ -0,0 +1,5 @@
|
||||
namespace Awesomium {
|
||||
class WebView;
|
||||
class FutureJSValue;
|
||||
class JSValue;
|
||||
};
|
4
dtool/src/parser-inc/WebViewListener.h
Normal file
4
dtool/src/parser-inc/WebViewListener.h
Normal file
@ -0,0 +1,4 @@
|
||||
namespace Awesomium {
|
||||
class WebViewListener;
|
||||
class JSArguments;
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user