#ifndef _INIT_SERVER_GROUP_INFO_ #define _INIT_SERVER_GROUP_INFO_ #include "afxwin.h" void SetGameServerNation(CComboBox& NationComboBox); void SetServerGroup(CComboBox& ServerGroupComboBox); void SetServerChannel(CComboBox& ServerChannelComboBox); void SetAuthType(CComboBox& AuthType); void SetBillingType(CComboBox& BillingType); void SetServerZone(CComboBox& ZoneCombo); void SetDBAgentServerType(CComboBox& TypeCb); unsigned short GetZoneTCPPort(unsigned long dwServerID); #endif