axmol/CocosDenshion/mac
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 Adding Mac support! 2012-07-20 21:23:40 -07:00
CDAudioManager.m Adding Mac support! 2012-07-20 21:23:40 -07:00
CDConfig.h Adding Mac support! 2012-07-20 21:23:40 -07:00
CDOpenALSupport.h Adding Mac support! 2012-07-20 21:23:40 -07:00
CDOpenALSupport.m Adding Mac support! 2012-07-20 21:23:40 -07:00
CDXMacOSXSupport.h Adding Mac support! 2012-07-20 21:23:40 -07:00
CDXMacOSXSupport.mm Adding Mac support! 2012-07-20 21:23:40 -07:00
CocosDenshion.h issue #2129: Removing CC prefix for CocosDenshion module. 2013-06-20 14:12:43 +08:00
CocosDenshion.m Adding Mac support! 2012-07-20 21:23:40 -07:00
SimpleAudioEngine.mm More best practices fixes 2013-07-18 16:30:19 -07:00
SimpleAudioEngine_objc.h Adding Mac support! 2012-07-20 21:23:40 -07:00
SimpleAudioEngine_objc.m Adding Mac support! 2012-07-20 21:23:40 -07:00