axmol/samples/Cpp/TestCpp/Classes/CocosDenshionTest
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
..
CocosDenshionTest.cpp More best practices fixes 2013-07-18 16:30:19 -07:00
CocosDenshionTest.h CocosDenshion: added effects customization for 7 platforms. 2013-06-29 13:44:16 +04:00