prep for chat_gui refactor

This commit is contained in:
2024-04-20 17:57:11 +02:00
parent 29fd1bfb62
commit 52278f6726
11 changed files with 17 additions and 19 deletions

View File

@ -7,8 +7,8 @@
#include "./texture_cache.hpp"
#include "./tox_avatar_loader.hpp"
#include "./message_image_loader.hpp"
#include "./file_selector.hpp"
#include "./send_image_popup.hpp"
#include "./chat_gui/file_selector.hpp"
#include "./chat_gui/send_image_popup.hpp"
#include <entt/container/dense_map.hpp>