issue #4058: Adds CCStdC.h.

This commit is contained in:
James Chen 2014-02-20 15:12:35 +08:00
parent 633604f79c
commit 4cf4e15ba6
2 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include "CCPlatformMacros.h"
#include "CCEventListener.h"
#include "CCEvent.h"
#include "CCStdC.h"
#include <functional>
#include <string>

View File

@ -25,6 +25,8 @@ THE SOFTWARE.
#include <math.h>
#include "cocostudio/CCActionFrameEasing.h"
#include "cocostudio/DictionaryHelper.h"
#include "CCStdC.h"
namespace cocostudio {
#ifndef M_PI_X_2