FTXUI/src/ftxui/dom/Direction.cppm
ArthurSonzogni 0c67566427
Update
2025-04-10 14:45:45 +02:00

19 lines
298 B
C++

/**
* @file Direction.cppm
* @brief Module file for the Direction enum of the Dom module
*/
module;
#include <ftxui/dom/direction.hpp>
export module ftxui.dom.Direction;
/**
* @namespace ftxui
* @brief The FTXUI ftxui:: namespace
*/
export namespace ftxui {
using ftxui::Direction;
}