(svn r4828) -Feature (FS#150) Add a new console command "players" that lists current players along with basic stats (ledow)

This commit is contained in:
celestar
2006-05-11 14:08:03 +00:00
parent c764bc35f5
commit 30bc705e48
2 changed files with 28 additions and 0 deletions

View File

@@ -229,5 +229,6 @@ void NetworkUpdateClientInfo(uint16 client_index);
void NetworkAddServer(const char *b);
void NetworkRebuildHostList(void);
bool NetworkChangeCompanyPassword(byte argc, char *argv[]);
void NetworkPopulateCompanyInfo(void);
#endif /* NETWORK_H */