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

17 lines
283 B
Plaintext
Raw Normal View History

2025-06-05 07:16:53 +02:00
/// @module ftxui.screen.box
/// @brief Module file for the Box struct of the Screen module
module;
#include <ftxui/screen/box.hpp>
export module ftxui.screen.box;
/**
* @namespace ftxui
* @brief The FTXUI ftxui:: namespace
*/
export namespace ftxui {
using ftxui::Box;
}