Changeset 11099 for code/trunk/src/orxonox/chat
- Timestamp:
- Jan 27, 2016, 6:50:51 PM (9 years ago)
- Location:
- code/trunk/src/orxonox/chat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/chat/ChatHistory.h
r11071 r11099 80 80 * 81 81 * \param message The incoming message 82 * \param senderID Identification numberof the sender82 * \param name Name of the sender 83 83 */ 84 84 virtual void incomingChat(const std::string& message, const std::string& name) override; -
code/trunk/src/orxonox/chat/ChatInputHandler.h
r11071 r11099 120 120 121 121 /** \param message the message text 122 * \param senderID IDof the player who sent the message122 * \param name Name of the player who sent the message 123 123 * 124 124 * Deal with incoming chat (which means in our case: Add it to the
Note: See TracChangeset
for help on using the changeset viewer.