#include "base/CCPlatformMacros.h"
#include "base/CCRef.h"
#include "base/ccTypes.h"
#include "math/CCGeometry.h"
#include "base/CCVector.h"
#include "CCGL.h"
#include "2d/CCLabelAtlas.h"
#include <stack>
#include "math/CCMath.h"
Classes | |
class | Director |
class | DisplayLinkDirector |
DisplayLinkDirector is a Director that synchronizes timers with the refresh rate of the display. More... | |
Namespaces | |
cocos2d | |
Add deprecated global functions and variables here. | |
Enumerations | |
enum | MATRIX_STACK_TYPE { MATRIX_STACK_MODELVIEW, MATRIX_STACK_PROJECTION, MATRIX_STACK_TEXTURE } |
Class that creates and handles the main Window and manages how and when to execute the Scenes. More... | |