DDNet documentation
Loading...
Searching...
No Matches
important_alert.cpp File Reference
#include "important_alert.h"
#include <base/log.h>
#include <base/time.h>
#include <engine/client.h>
#include <engine/graphics.h>
#include <engine/shared/config.h>
#include <engine/textrender.h>
#include <generated/protocol.h>
#include <game/client/components/menus.h>
#include <game/client/gameclient.h>
#include <game/localization.h>
#include <algorithm>
Include dependency graph for important_alert.cpp:

Variables

constexpr LOG_COLOR IMPORTANT_ALERT_COLOR {255, 0, 0}
constexpr float MINIMUM_ACTIVE_SECONDS = 5.0f

Variable Documentation

◆ IMPORTANT_ALERT_COLOR

LOG_COLOR IMPORTANT_ALERT_COLOR {255, 0, 0}
inlineconstexpr

◆ MINIMUM_ACTIVE_SECONDS

float MINIMUM_ACTIVE_SECONDS = 5.0f
inlineconstexpr