mirror of https://github.com/axmolengine/axmol.git
Moves CCConsole.* to base/
This commit is contained in:
parent
c2a88154af
commit
f42aef0af8
|
@ -1 +1 @@
|
|||
dfa173be6dd2c75b38aa6a33c6e53d9d013bd1d4
|
||||
952fb6950a128b17bdd2a4ffb998c22319a95bf0
|
|
@ -199,7 +199,7 @@ THE SOFTWARE.
|
|||
#include "ccUTF8.h"
|
||||
#include "CCNotificationCenter.h"
|
||||
#include "CCProfiling.h"
|
||||
#include "CCConsole.h"
|
||||
#include "base/CCConsole.h"
|
||||
#include "CCUserDefault.h"
|
||||
#include "CCVertex.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
THE SOFTWARE.
|
||||
****************************************************************************/
|
||||
|
||||
#include "CCConsole.h"
|
||||
#include "base/CCConsole.h"
|
||||
|
||||
#include <thread>
|
||||
|
|
@ -15,8 +15,6 @@ struct {
|
|||
std::function<TestScene*()> callback;
|
||||
} g_aTestNames[] = {
|
||||
|
||||
{ "ConsoleTest", []() { return new ConsoleTestScene(); } },
|
||||
|
||||
//
|
||||
// TESTS MUST BE ORDERED ALPHABETICALLY
|
||||
// violators will be prosecuted
|
||||
|
|
Loading…
Reference in New Issue