;globals and struct only in here XIncludeFile "NormsFTP.pb" Global MasterID.l Global check.s Global cr.s Global *Buffer Global MyName.s Global SelGame.s Global NewGameINI.s #maxbuffer=1000 Global File.Get_FTP Global PB_FIND_DATA.WIN32_FIND_DATA Global Version.s Structure userinfo id.l time.l name.s EndStructure NewList User.Userinfo() Structure GameStruct isp.s name.s version.s status.s flag.s map.s gtype.s players.s game.s EndStructure NewList HostGames.GameStruct() ; ExecutableFormat=Windows ; DisableDebugger ; EOF