Changeset 6793 for code/branches/chat/src/orxonox
- Timestamp:
- Apr 26, 2010, 4:53:43 PM (15 years ago)
- Location:
- code/branches/chat/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/chat/src/orxonox/ChatInputHandler.cc
r6791 r6793 45 45 /* register the object */ 46 46 RegisterObject(ChatInputHandler); 47 48 //COUT(0) << "Singleton registered for ChatInputHandler." << std::endl;49 47 50 48 /* create necessary objects */ -
code/branches/chat/src/orxonox/ChatInputHandler.h
r6791 r6793 82 82 83 83 /* callbacks for input handler */ 84 85 84 void inputChanged(); 86 85 void addline();
Note: See TracChangeset
for help on using the changeset viewer.