#include "base/ccMacros.h"
#include "base/CCEventDispatcher.h"
#include "base/CCVector.h"
#include "base/CCScriptSupport.h"
#include "base/CCProtocols.h"
#include "math/CCAffineTransform.h"
#include "math/CCMath.h"
#include "renderer/ccGLStateCache.h"
#include "CCGL.h"
Classes | |
class | Node |
Node is the base element of the Scene Graph. More... | |
class | __NodeRGBA |
NodeRGBA is a subclass of Node that implements the RGBAProtocol protocol. More... | |
Namespaces | |
cocos2d | |
Add deprecated global functions and variables here. | |
Enumerations | |
enum | { kNodeOnEnter, kNodeOnExit, kNodeOnEnterTransitionDidFinish, kNodeOnExitTransitionDidStart, kNodeOnCleanup } |
Functions | |
bool | (Node *n1, Node *n2) |
local | ( local n1, local n2) |