#include "platform/CCPlatformMacros.h"#include "cocoa/CCObject.h"#include "ccTypes.h"#include "cocoa/CCGeometry.h"#include "cocoa/CCArray.h"#include "CCGL.h"#include "kazmath/mat4.h"#include "label_nodes/CCLabelAtlas.h"#include "ccTypeInfo.h"Classes | |
| class | CCDirector |
| Class that creates and handle the main Window and manages how and when to execute the Scenes. More... | |
| class | CCDisplayLinkDirector |
| DisplayLinkDirector is a Director that synchronizes timers with the refresh rate of the display. More... | |
Namespaces | |
| cocos2d | |
Constant Groups | |
| cocos2d | |
Enumerations | |
| enum | ccDirectorProjection { kCCDirectorProjection2D, kCCDirectorProjection3D, kCCDirectorProjectionCustom, kCCDirectorProjectionDefault = kCCDirectorProjection3D } |
| Possible OpenGL projections used by director. More... | |