#include "OrxonoxPrereqs.h"
#include <ctime>
#include <map>
#include <set>
#include <string>
#include "util/Math.h"
#include "interfaces/Tickable.h"
#include "overlays/OverlayGroup.h"
Namespaces | |
namespace | orxonox |
Classes | |
struct | orxonox::NotificationOverlayContainer |
Container to allow easy handling. More... | |
struct | orxonox::NotificationOverlayContainerCompare |
Struct to allow ordering of NotificationOverlayContainers. More... | |
class | orxonox::NotificationQueue |
Displays Notifications from specific senders. Beware! The NotificationQueue is an OverlayGruop and thus cannot be be a sub-element of an OverlayGroup (at least no for now.). More... |