mirror of https://github.com/axmolengine/axmol.git
removed unused pch files
This commit is contained in:
parent
6e92d169cd
commit
3290d75ab7
|
@ -1,6 +0,0 @@
|
|||
//
|
||||
// pch.cpp
|
||||
// Include the standard header and generate the precompiled header.
|
||||
//
|
||||
|
||||
#include "pch.h"
|
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue