FTXUI/modules/ftxui/screen/Pixel.cppm
Toyosatomimi no Miko 69928b374e Add modules support
2025-03-25 18:49:18 -04:00

19 lines
289 B
C++

/**
* @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;
}