Files
FTXUI/src/ftxui/screen/pixel.cppm
2025-06-05 07:16:53 +02:00

17 lines
293 B
C++

/// @module ftxui.screen.pixel
/// @brief Module file for the Pixel struct of the Screen module
module;
#include <ftxui/screen/pixel.hpp>
export module ftxui.screen.pixel;
/**
* @namespace ftxui
* @brief The FTXUI ftxui:: namespace
*/
export namespace ftxui {
using ftxui::Pixel;
}