(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #include dependencies.

This commit is contained in:
rubidium
2008-12-23 11:06:52 +00:00
parent 768fdee77a
commit 97662a0fff
10 changed files with 48 additions and 18 deletions

View File

@@ -64,7 +64,5 @@ void CDECL NetworkAddChatMessage(uint16 color, uint8 duration, const char *messa
void NetworkUndrawChatMessage();
void NetworkChatMessageDailyLoop();
#define FOR_ALL_CLIENT_INFOS(ci) for (ci = _network_client_info; ci != endof(_network_client_info); ci++) if (ci->client_id != INVALID_CLIENT_ID)
#endif /* ENABLE_NETWORK */
#endif /* NETWORK_FUNC_H */