#include <stack>#include "platform/CCPlatformMacros.h"#include "base/CCRef.h"#include "base/CCVector.h"#include "2d/CCScene.h"#include "math/CCMath.h"#include "platform/CCGL.h"#include "platform/CCGLView.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... | |