C
Christopher
I came across this line in a lib I am studing, it simply has
class cSceneNode;
all by itself. what is that line doing? I am used to seeing a
declaration: MyClass test;
or definition: class MyClass{ public: foo();};
but never just: class <name>;
Thanx,
Christopher
class cSceneNode;
all by itself. what is that line doing? I am used to seeing a
declaration: MyClass test;
or definition: class MyClass{ public: foo();};
but never just: class <name>;
Thanx,
Christopher