29 #ifndef _ChatManager_H__ 30 #define _ChatManager_H__ The only function of this interface, incomingChat(), gets called whenever a chat message was received...
Definition: NetworkChatListener.h:45
static constexpr unsigned int NETWORK_PEER_ID_BROADCAST
Definition: NetworkPrereqs.h:74
::std::string string
Definition: gtest-port.h:756
Output level, used for messages directed to the user (e.g. "Press any key to continue") ...
Definition: OutputDefinitions.h:89
static ChatManager * singletonPtr_s
Definition: ChatManager.h:61
Base for singleton classes.
Definition: Singleton.h:114
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Shared library macros, enums, constants and forward declarations for the orxonox library ...
This class collects and distributes chat messages.
Definition: ChatManager.h:43
#define _OrxonoxExport
Definition: OrxonoxPrereqs.h:60
Definition of the Singleton template that is used as base class for classes that allow only one insta...