I am viewing cocos2dx c++ source code and in it there are many places where they use
class Classname;
e-g in CCNode.h line 43
class CCCamera;
Classname is name of the class they are using and later I dont see any reference to that I never seen this before.
I would like to know what that means.