Subversion Repositories WoWGM

Rev

Rev 37 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37 Rev 40
Line 26... Line 26...
26
*
26
*
27
*		CGPlayer_C class
27
*		CGPlayer_C class
28
*
28
*
29
***/
29
***/
30
 
30
 
31
class CGPlayer_C: CGObject_C {
31
class CGPlayer_C: public CGObject_C {
32
 
32
 
33
	//=========================================================================
33
	//=========================================================================
34
	static void PlayerInitializeMessageHandlers ();
34
	static void PlayerInitializeMessageHandlers ();
35
 
35
 
36
};
36
};