hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 11460 9f2fb0031ef0
parent 11452 78860824b5a5
child 11462 33a0e3a14ddc
equal deleted inserted replaced
11459:30397f91571c 11460:9f2fb0031ef0
    13                     , mtRemoveRoomClient, mtRoomChatLine, mtAddRoom, mtUpdateRoom
    13                     , mtRemoveRoomClient, mtRoomChatLine, mtAddRoom, mtUpdateRoom
    14                     , mtRemoveRoom, mtError, mtWarning, mtMoveToLobby, mtMoveToRoom
    14                     , mtRemoveRoom, mtError, mtWarning, mtMoveToLobby, mtMoveToRoom
    15                     , mtNickname, mtSeed, mtTheme, mtScript, mtFeatureSize, mtMapGen
    15                     , mtNickname, mtSeed, mtTheme, mtScript, mtFeatureSize, mtMapGen
    16                     , mtMap, mtMazeSize, mtTemplate, mtAmmo, mtScheme);
    16                     , mtMap, mtMazeSize, mtTemplate, mtAmmo, mtScheme);
    17 
    17 
    18     TFLIBEvent = (flibGameFinished, flibRunNetGame);
    18     TFLIBEvent = (flibGameFinished);
    19 
    19 
    20     TClientFlag = (cfReady, cfRegistered, cfInRoom, cfContributor, cfInGame, cfRoomAdmin, cfServerAdmin);
    20     TClientFlag = (cfReady, cfRegistered, cfInRoom, cfContributor, cfInGame, cfRoomAdmin, cfServerAdmin);
    21 
    21 
    22     PIPCMessage = ^TIPCMessage;
    22     PIPCMessage = ^TIPCMessage;
    23     TIPCMessage = record
    23     TIPCMessage = record