hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 11418 091149424aa4
parent 11415 05cf35103206
child 11423 e045dc60c37e
--- a/hedgewars/uFLTypes.pas	Fri Nov 20 23:05:49 2015 +0300
+++ b/hedgewars/uFLTypes.pas	Fri Nov 20 23:56:13 2015 +0300
@@ -4,7 +4,8 @@
 type
     TMessageType = (mtPreview, mtAddPlayingTeam, mtRemovePlayingTeam, mtAddTeam, mtRemoveTeam
                     , mtTeamColor, mtNetData, mtConnected, mtDisconnected, mtAddLobbyClient
-                    , mtRemoveLobbyClient, mtLobbyChatLine);
+                    , mtRemoveLobbyClient, mtLobbyChatLine, mtAddRoom, mtUpdateRoom
+                    , mtRemoveRoom);
 
     TIPCMessage = record
                    str: shortstring;