cocos2d-objc icon indicating copy to clipboard operation
cocos2d-objc copied to clipboard

Make filename prefixes consistent

Open rkachowski opened this issue 10 years ago • 2 comments

Some files throughout the framework are named ccBlah.h and some are CCBlah.h - let's make this consistent and decide on a set style.

rkachowski avatar Jan 27 '15 09:01 rkachowski

The "cc_.h" files were supposed to be headers that didn't contain any Objective-C definitions. The distinction doesn't really make a lot of sense anymore and has caused a few problems with case sensitive file systems. We should make them all "CC_.h".

slembcke avatar Jan 27 '15 17:01 slembcke

+1 for CC*.h

thayerandrews avatar Jan 27 '15 17:01 thayerandrews