mirror of https://github.com/axmolengine/axmol.git
Merge pull request #12175 from samuele3hu/v3_bug_fix
issue #10323: Fix the compile error when COCOS2D_DEBUG>=2.
This commit is contained in:
commit
5c804922b8
|
@ -24,6 +24,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include "base/CCData.h"
|
||||
#include "base/CCConsole.h"
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include "base/CCEventListener.h"
|
||||
#include "base/CCConsole.h"
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include "base/CCEventListenerAcceleration.h"
|
||||
#include "base/CCEventAcceleration.h"
|
||||
#include "base/CCConsole.h"
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
||||
|
|
Loading…
Reference in New Issue