removed unused pch files

This commit is contained in:
Dale Stammen 2014-10-23 19:34:55 -07:00
parent 6e92d169cd
commit 3290d75ab7
2 changed files with 0 additions and 22 deletions

View File

@ -1,6 +0,0 @@
//
// pch.cpp
// Include the standard header and generate the precompiled header.
//
#include "pch.h"

View File

@ -1,16 +0,0 @@
//
// pch.h
// Header for standard system include files.
//
#pragma once
#include <collection.h>
#include <ppltasks.h>
#include "cocos2d.h"
#include "cocos-ext.h"
#include "App.xaml.h"