#include "OrxonoxPrereqs.h"
#include <string>
#include "core/BaseObject.h"
Namespaces | |
namespace | orxonox |
Classes | |
class | orxonox::Notification |
A Notification is a short message used to inform the player about something that just happened. A Notification can be sent from any part of orxonox and is then displayed in the proper NotificationQueue (depending on which senders the specific NotificationQueue accepts). More... |