axmol/CocosDenshion/ios
Ricardo Quesada ba6ab126c6 More best practices fixes
- class order fixes
  - static methods (creators) at the beginning
  - then constructors / destructors
  - then init
- more `const` fixes
  - adds some const getters
  - some getters have 2 versions: `const` and no-const version
- renamed CocosDenshion::sharedEngine -> getInstance()
2013-07-18 16:30:19 -07:00
..
CDAudioManager.h fixed #1364:add paused state 2012-06-26 11:02:19 +08:00
CDAudioManager.m fixed #1364:add paused state 2012-06-26 11:02:19 +08:00
CDConfig.h 1.modify some project setting for bada 2012-02-14 22:35:51 +08:00
CDOpenALSupport.h issue #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' 2012-04-19 14:35:52 +08:00
CDOpenALSupport.m fixed #1338:stop animation when entering background and start animation when comming to foreground 2012-06-21 11:42:49 +08:00
CocosDenshion.h issue #2129: Removing CC prefix for CocosDenshion module. 2013-06-20 14:12:43 +08:00
CocosDenshion.m fixed #1338:stop animation when entering background and start animation when comming to foreground 2012-06-21 11:42:49 +08:00
SimpleAudioEngine.mm More best practices fixes 2013-07-18 16:30:19 -07:00
SimpleAudioEngine_objc.h issue #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' 2012-04-19 14:35:52 +08:00
SimpleAudioEngine_objc.m issue #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' 2012-04-19 14:35:52 +08:00