hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 11431 80a9b14bb8d3
parent 11430 f88b3948adf3
child 11433 bca9afcc3a72
equal deleted inserted replaced
11430:f88b3948adf3 11431:80a9b14bb8d3
     5     TMessageType = (mtPreview, mtAddPlayingTeam, mtRemovePlayingTeam, mtAddTeam, mtRemoveTeam
     5     TMessageType = (mtPreview, mtAddPlayingTeam, mtRemovePlayingTeam, mtAddTeam, mtRemoveTeam
     6                     , mtTeamColor, mtNetData, mtConnected, mtDisconnected, mtAddLobbyClient
     6                     , mtTeamColor, mtNetData, mtConnected, mtDisconnected, mtAddLobbyClient
     7                     , mtRemoveLobbyClient, mtLobbyChatLine, mtAddRoomClient
     7                     , mtRemoveLobbyClient, mtLobbyChatLine, mtAddRoomClient
     8                     , mtRemoveRoomClient, mtRoomChatLine, mtAddRoom, mtUpdateRoom
     8                     , mtRemoveRoomClient, mtRoomChatLine, mtAddRoom, mtUpdateRoom
     9                     , mtRemoveRoom, mtError, mtWarning, mtMoveToLobby, mtMoveToRoom
     9                     , mtRemoveRoom, mtError, mtWarning, mtMoveToLobby, mtMoveToRoom
    10                     , mtNickname);
    10                     , mtNickname, mtSeed, mtTheme, mtScript);
    11 
    11 
    12     TIPCMessage = record
    12     TIPCMessage = record
    13                    str: shortstring;
    13                    str: shortstring;
    14                    len: Longword;
    14                    len: Longword;
    15                    buf: Pointer
    15                    buf: Pointer