cocos2d-objc
cocos2d-objc copied to clipboard
Make filename prefixes consistent
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.
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".
+1 for CC*.h