Never include '.cpp' files.

This commit is contained in:
James Chen 2014-03-25 15:32:14 +08:00
parent 91347aca0c
commit b40127ea99
1 changed files with 0 additions and 5 deletions

View File

@ -35,13 +35,8 @@
#endif
#include "CCScene.h"
#include "CCNode.cpp"
NS_CC_BEGIN
// XXX: Yes, nodes might have a sort problem once every 15 days if the game runs at 60 FPS and each frame sprites are reordered.
//static int s_globalOrderOfArrival = 1;
ProtectedNode::ProtectedNode() : _reorderProtectedChildDirty(false)
{
}