Subversion Repositories WoWGM

Rev

Rev 17 | Rev 31 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17 Rev 28
Line 26... Line 26...
26
 
26
 
27
//===========================================================================
27
//===========================================================================
28
extern void ClientServices_Destroy ();
28
extern void ClientServices_Destroy ();
29
 
29
 
30
//===========================================================================
30
//===========================================================================
-
 
31
extern BOOL ClientServices_Report (unsigned int category, char const* title);
-
 
32
 
-
 
33
//===========================================================================
31
extern void ClientServices_Send (CDataStore* netMessage);
34
extern void ClientServices_Send (CDataStore* netMessage);
32
 
35
 
33
//===========================================================================
36
//===========================================================================
34
extern void ClientServices_SendOnConnection(CDataStore* msg);
37
extern void ClientServices_SendOnConnection(CDataStore* msg);
35
 
38