hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 11449 2bf0491d5e88
parent 11443 5182d44fb733
child 11450 0c75fa9ce340
equal deleted inserted replaced
11448:42a9dd7b724c 11449:2bf0491d5e88
    13                     , mtRemoveRoom, mtError, mtWarning, mtMoveToLobby, mtMoveToRoom
    13                     , mtRemoveRoom, mtError, mtWarning, mtMoveToLobby, mtMoveToRoom
    14                     , mtNickname, mtSeed, mtTheme, mtScript, mtFeatureSize, mtMapGen
    14                     , mtNickname, mtSeed, mtTheme, mtScript, mtFeatureSize, mtMapGen
    15                     , mtMap, mtMazeSize, mtTemplate, mtAmmo, mtScheme);
    15                     , mtMap, mtMazeSize, mtTemplate, mtAmmo, mtScheme);
    16 
    16 
    17     TFLIBEvent = (flibGameFinished);
    17     TFLIBEvent = (flibGameFinished);
       
    18 
       
    19     TClientFlag = (cfReady, cfRegistered, cfInRoom, cfContributor, cfInGame, cfRoomAdmin, cfServerAdmin);
    18 
    20 
    19     TIPCMessage = record
    21     TIPCMessage = record
    20                    str: shortstring;
    22                    str: shortstring;
    21                    len: Longword;
    23                    len: Longword;
    22                    buf: Pointer
    24                    buf: Pointer