Chat works, and now ScreenNetSelectMusic actaully works like it should.

This commit is contained in:
Charles Lohr
2004-08-26 19:43:25 +00:00
parent b3e23e2201
commit d9da39b28c
4 changed files with 118 additions and 16 deletions
+4
View File
@@ -70,6 +70,10 @@ public:
//Used togeather for
bool ChangedScoreboard(int Column); //If scoreboard changed since this function last called, then true.
CString m_Scoreboard[NUM_NSSB_CATEGORIES];
//Used for chatting
void SendChat( CString message );
CString m_WaitingChat;
private:
#if !defined(WITHOUT_NETWORKING)