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

19 lines
279 B
Plaintext
Raw Normal View History

2025-03-25 18:49:18 -04:00
/**
2025-06-03 19:25:03 +02:00
* @file box.cppm
2025-03-25 18:49:18 -04:00
* @brief Module file for the Box struct of the Screen module
*/
module;
#include <ftxui/screen/box.hpp>
2025-06-03 19:25:03 +02:00
export module ftxui.screen.box;
2025-03-25 18:49:18 -04:00
/**
* @namespace ftxui
* @brief The FTXUI ftxui:: namespace
*/
export namespace ftxui {
using ftxui::Box;
}