updated winrt included

This commit is contained in:
Dale Stammen 2014-10-14 14:22:41 -07:00
parent 8700c0b07e
commit d3aa4c0475
1 changed files with 1 additions and 2 deletions

View File

@ -223,10 +223,9 @@ THE SOFTWARE.
#if (CC_TARGET_PLATFORM == CC_PLATFORM_WINRT)
#include "platform/winrt/CCApplication.h"
#include "platform/winrt/CCGLViewImpl.h"
#include "platform/winrt/CCGLViewImpl-winrt.h"
#include "platform/winrt/CCGL.h"
#include "platform/winrt/CCStdC.h"
#include "platform/winrt/CCPrecompiledShaders.h"
#endif // CC_TARGET_PLATFORM == CC_PLATFORM_WINRT
#if (CC_TARGET_PLATFORM == CC_PLATFORM_WP8)