hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 11415 05cf35103206
parent 10951 89a7f617e091
child 11418 091149424aa4
--- a/hedgewars/uFLTypes.pas	Wed Nov 18 22:18:39 2015 +0300
+++ b/hedgewars/uFLTypes.pas	Thu Nov 19 23:04:53 2015 +0300
@@ -3,7 +3,8 @@
 
 type
     TMessageType = (mtPreview, mtAddPlayingTeam, mtRemovePlayingTeam, mtAddTeam, mtRemoveTeam
-                   , mtTeamColor, mtNetData);
+                    , mtTeamColor, mtNetData, mtConnected, mtDisconnected, mtAddLobbyClient
+                    , mtRemoveLobbyClient, mtLobbyChatLine);
 
     TIPCMessage = record
                    str: shortstring;