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,20 @@
/**
* @file deprecated.cppm
* @brief Module file for deprecated parts of the Dom module
*/
module;
#include <ftxui/dom/deprecated.hpp>
export module ftxui.dom.deprecated;
/**
* @namespace ftxui
* @brief The FTXUI ftxui:: namespace
*/
export namespace ftxui {
using ftxui::text;
using ftxui::vtext;
using ftxui::paragraph;
}