mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-24 16:21:12 +08:00
17 lines
428 B
C++
17 lines
428 B
C++
/**
|
|
* @file screen.cppm
|
|
* @brief Module file for FTXUI screen operations.
|
|
*/
|
|
|
|
export module ftxui.screen;
|
|
|
|
export import ftxui.screen.Box;
|
|
export import ftxui.screen.Color;
|
|
export import ftxui.screen.ColorInfo;
|
|
export import ftxui.screen.Deprecated;
|
|
export import ftxui.screen.Image;
|
|
export import ftxui.screen.Pixel;
|
|
export import ftxui.screen.Screen;
|
|
export import ftxui.screen.String;
|
|
export import ftxui.screen.Terminal;
|