Pull RoomInfoDisplay out of RoomWheel

This commit is contained in:
Josh Allen
2006-08-14 05:46:15 +00:00
parent 53c3fdc1ba
commit 71a57f9181
4 changed files with 29 additions and 14 deletions
+1
View File
@@ -58,6 +58,7 @@ private:
RString m_newRoomName, m_newRoomDesc, m_newRoomPass;
RoomWheel m_RoomWheel;
RoomInfoDisplay m_roomInfo;
};
#endif