(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 1f8589064e
commit 6d40f9cc4f
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 */