added missing pch files for WP8

This commit is contained in:
Dale Stammen 2014-05-20 07:48:42 -07:00
parent 0efc070104
commit 3db6856d27
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
#include "pch.h"

3
cocos/platform/wp8/pch.h Normal file
View File

@ -0,0 +1,3 @@
#pragma once
#include "cocos2d.h"