Files
FTXUI/src/ftxui/screen/Deprecated.cppm
ArthurSonzogni 0c67566427 Update
2025-04-10 14:45:45 +02:00

20 lines
339 B
C++

/**
* @file Box.cppm
* @brief Module file for the deprecated parts of the Screen module
*/
module;
#include <ftxui/screen/deprecated.hpp>
export module ftxui.screen.Deprecated;
/**
* @namespace ftxui
* @brief The FTXUI ftxui:: namespace
*/
export namespace ftxui {
using ftxui::wchar_width;
using ftxui::wstring_width;
}