mirror of https://github.com/axmolengine/axmol.git
Update CocosGUI.h
This commit is contained in:
parent
08e8963b1a
commit
9cb970be62
|
@ -48,7 +48,7 @@ THE SOFTWARE.
|
|||
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID || CC_TARGET_PLATFORM == CC_PLATFORM_IOS)
|
||||
#include "ui/UIVideoPlayer.h"
|
||||
#endif
|
||||
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID || CC_TARGET_PLATFORM == CC_PLATFORM_IOS || CC_TARGET_PLATFORM == CC_PLATFORM_WIN32))
|
||||
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID || CC_TARGET_PLATFORM == CC_PLATFORM_IOS || CC_TARGET_PLATFORM == CC_PLATFORM_WIN32)
|
||||
#include "ui/UIWebView.h"
|
||||
#endif
|
||||
#include "ui/UIDeprecated.h"
|
||||
|
|
Loading…
Reference in New Issue