Use lowercase filenames.

This commit is contained in:
ArthurSonzogni
2025-06-03 19:25:03 +02:00
parent d7247002d3
commit c302ea0752
37 changed files with 127 additions and 154 deletions

View File

@@ -0,0 +1,18 @@
/**
* @file image.cppm
* @brief Module file for the Image class of the Screen module
*/
module;
#include <ftxui/screen/image.hpp>
export module ftxui.screen.image;
/**
* @namespace ftxui
* @brief The FTXUI ftxui:: namespace
*/
export namespace ftxui {
using ftxui::Image;
}