mirror of https://github.com/axmolengine/axmol.git
fix macosx compile error
This commit is contained in:
parent
d75c2f3c5e
commit
9f55e8ee7b
|
@ -37,6 +37,8 @@
|
|||
#include "platform/CCFileUtils.h"
|
||||
#include "base/CCConsole.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
#if (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32)
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
|
|
@ -43,6 +43,7 @@ NS_CC_BEGIN
|
|||
|
||||
class Texture2D;
|
||||
class Pass;
|
||||
class MeshCommand;
|
||||
|
||||
using CullFaceSide = backend::CullMode;
|
||||
using FrontFace = backend::Winding;
|
||||
|
|
Loading…
Reference in New Issue