precheader.h 141 B

12345
  1. // precompiled header
  2. // include here heavy headers which are included in many files
  3. // this will speed-up build a lot
  4. #include "cocos2d.h"