Files
FTXUI/src/ftxui/screen/Deprecated.cppm

20 lines
339 B
Plaintext
Raw Normal View History

2025-03-25 18:49:18 -04:00
/**
* @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;
}