|
RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
|
#include <cstdint>#include <string>#include <vector>#include <deque>#include <set>#include <unordered_map>#include <filesystem>#include <optional>#include <memory>#include <array>#include <cmath>#include "imgui.h"#include "IdentityManager.h"#include "Message.h"#include "UiTypingGuard.h"Go to the source code of this file.
Classes | |
| struct | ChatMessageModel |
| struct | ChatGroupModel |
| class | ChatManager |