mirror of https://github.com/axmolengine/axmol.git
13 lines
152 B
C
13 lines
152 B
C
|
//
|
|||
|
// pch.h
|
|||
|
// Header for standard system include files.
|
|||
|
//
|
|||
|
|
|||
|
#pragma once
|
|||
|
|
|||
|
#include "mozilla\Char16.h"
|
|||
|
#include "cocos2d.h"
|
|||
|
#include "cocos-ext.h"
|
|||
|
|
|||
|
|