Changeset 9589 for code/branches/core6/src/orxonox/chat
- Timestamp:
- Mar 26, 2013, 11:43:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/chat/ChatListener.h
r9563 r9589 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include "core/ class/OrxonoxClass.h"34 #include "core/object/Listable.h" 35 35 36 36 namespace orxonox … … 40 40 message was sent through ChatManager. 41 41 */ 42 class _OrxonoxExport ChatListener : virtual public OrxonoxClass42 class _OrxonoxExport ChatListener : virtual public Listable 43 43 { 44 44 friend class ChatManager;
Note: See TracChangeset
for help on using the changeset viewer.