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

23 lines
389 B
C++

/**
* @file Loop.cppm
* @brief Module file for the Loop class of the Component module
*/
module;
#include <ftxui/component/loop.hpp>
export module ftxui.component.Loop;
/**
* @namespace ftxui
* @brief The FTXUI ftxui:: namespace
*/
export namespace ftxui {
using ftxui::ComponentBase;
using ftxui::Component;
using ftxui::ScreenInteractive;
using ftxui::Loop;
}