#include "floating_textbox.hpp"#include "display_chat_manager.hpp"#include "floating_label.hpp"#include "font/standard_colors.hpp"#include "game_display.hpp"#include "preferences/preferences.hpp"#include "log.hpp"#include <SDL2/SDL_keyboard.h>#include <ctime>Go to the source code of this file.
Namespaces | |
| gui | |
| General purpose widgets. | |
Macros | |
| #define | ERR_DP LOG_STREAM(err, log_display) |
Variables | |
| static lg::log_domain | log_display ("display") |
| #define ERR_DP LOG_STREAM(err, log_display) |
Definition at line 30 of file floating_textbox.cpp.
|
static |