mirror of https://github.com/axmolengine/axmol.git
fixed pch.h file for cocos2d-js
This commit is contained in:
parent
e1a5d71ad6
commit
af69c5e0e8
|
@ -0,0 +1,12 @@
|
|||
//
|
||||
// pch.h
|
||||
// Header for standard system include files.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "mozilla\Char16.h"
|
||||
#include "cocos2d.h"
|
||||
#include "cocos-ext.h"
|
||||
|
||||
|
Loading…
Reference in New Issue