mirror of https://github.com/axmolengine/axmol.git
8 lines
200 B
C
8 lines
200 B
C
|
// precompiled header
|
||
|
// include here heavy headers which are included in many files
|
||
|
// this will speed-up build a lot
|
||
|
|
||
|
#include "cocos2d.h"
|
||
|
#include "ui/CocosGUI.h"
|
||
|
#include "extensions/cocos-ext.h"
|