issue #2129: Updating cocos2dx.ini.

This commit is contained in:
James Chen 2013-06-20 14:58:01 +08:00
parent 73c167d1b2
commit da6af26cd8
1 changed files with 2 additions and 2 deletions

View File

@ -138,11 +138,11 @@ remove_prefix =
classes_have_no_parents = Node Director SimpleAudioEngine FileUtils TMXMapInfo Application
# base classes which will be skipped when their sub-classes found them.
base_classes_to_skip = Object
base_classes_to_skip = Object Clonable
# classes that create no constructor
# Set is special and we will use a hand-written constructor
abstract_classes = Director SpriteFrameCache TransitionEaseScene Set SimpleAudioEngine FileUtils Application
abstract_classes = Action FiniteTimeAction ActionInterval ActionEase EaseRateAction EaseElastic EaseBounce ActionInstant GridAction Grid3DAction TiledGrid3DAction Director SpriteFrameCache TransitionEaseScene Set SimpleAudioEngine FileUtils Application
# Determining whether to use script object(js object) to control the lifecycle of native(cpp) object or the other way around. Supported values are 'yes' or 'no'.
script_control_cpp = no