mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-11-15 11:38:56 +08:00
17 lines
299 B
C++
17 lines
299 B
C++
/// @module ftxui.dom.direction
|
|
/// @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;
|
|
}
|