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

19 lines
288 B
Plaintext
Raw Normal View History

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