mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-23 23:41:13 +08:00
19 lines
302 B
Plaintext
19 lines
302 B
Plaintext
![]() |
/**
|
||
|
* @file autoreset.cppm
|
||
|
* @brief Module file for the AutoReset class of the Util module
|
||
|
*/
|
||
|
|
||
|
module;
|
||
|
|
||
|
#include <ftxui/util/autoreset.hpp>
|
||
|
|
||
|
export module ftxui.util.autoreset;
|
||
|
|
||
|
/**
|
||
|
* @namespace ftxui
|
||
|
* @brief The FTXUI ftxui:: namespace
|
||
|
*/
|
||
|
export namespace ftxui {
|
||
|
using ftxui::AutoReset;
|
||
|
}
|