Skip to content

Instantly share code, notes, and snippets.

@wangxiaodong
wangxiaodong / CCLayerLoader.cpp
Last active December 20, 2015 16:29
cocos2d-x bugs base on cocos2d-2.1rc0-x-2.1.3
// CCLayerLoader.cpp
// line: 7
// #define PROPERTY_TOUCH_ENABLED "isTouchEnabled"
// ccbreader version 5
// as cocosbuilder 3 alpha 5, is "touchEnabled"
#define PROPERTY_TOUCH_ENABLED "touchEnabled"
@wangxiaodong
wangxiaodong / CCProperty.cpp
Created July 9, 2013 10:39
cocos2dx - property, include base, assign and retain
//
// CCProperty.cpp
// shilipu
//
// Created by wang xiaodong on 13-7-9.
//
//
#include "CCProperty.h"