FTXUI/modules/ftxui/screen/Pixel.cppm

19 lines
289 B
Plaintext
Raw Normal View History

2025-03-26 06:49:18 +08:00
/**
* @file Pixel.cppm
* @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;
}