axmol/samples
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
..
Cpp More best practices fixes 2013-07-18 16:30:19 -07:00
Javascript More best practices fixes 2013-07-18 16:30:19 -07:00
Lua More best practices fixes 2013-07-18 16:30:19 -07:00
samples.xcodeproj closed #2413: Warning fixes for overload virtual functions. 2013-07-17 16:25:13 +08:00