mirror of https://github.com/axmolengine/axmol.git
issue #4058: Adds CCStdC.h.
This commit is contained in:
parent
633604f79c
commit
4cf4e15ba6
|
@ -28,6 +28,7 @@
|
|||
#include "CCPlatformMacros.h"
|
||||
#include "CCEventListener.h"
|
||||
#include "CCEvent.h"
|
||||
#include "CCStdC.h"
|
||||
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue