hedgewars/hwLibrary.pas
branchqmlfrontend
changeset 11434 23912c93935a
parent 11424 86c13e5662f1
child 11438 1a6148b4de3b
equal deleted inserted replaced
11433:bca9afcc3a72 11434:23912c93935a
    48     , uFLSchemes
    48     , uFLSchemes
    49     , uFLAmmo
    49     , uFLAmmo
    50     , uFLNet
    50     , uFLNet
    51     , uFLNetProtocol
    51     , uFLNetProtocol
    52     , uFLUICallback
    52     , uFLUICallback
       
    53     , uFLRunQueue
    53     ;
    54     ;
    54 
    55 
    55 {$INCLUDE "config.inc"}
    56 {$INCLUDE "config.inc"}
    56 
    57 
    57 // retrieve protocol information
    58 // retrieve protocol information
   178     tryRemoveTeam,
   179     tryRemoveTeam,
   179     changeTeamColor,
   180     changeTeamColor,
   180     // network
   181     // network
   181     connectOfficialServer,
   182     connectOfficialServer,
   182     passNetData,
   183     passNetData,
       
   184     passFlibEvent,
   183     sendChatLine,
   185     sendChatLine,
   184     joinRoom,
   186     joinRoom,
   185     partRoom,
   187     partRoom,
   186 
   188 
   187     // dunno what these are
   189     // dunno what these are