If i have the following class:

Code:
class cBlaat
{
public:
   void SomeFunc();
};

typedef class cBlaat * LPBLAAT;
Then what does that last line mean?? What could be the reason for this..??
"typedef class cBlaat * LPBLAAT"