yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
tui_component.h
Go to the documentation of this file.
1#ifndef YAZE_SRC_CLI_TUI_TUI_COMPONENT_H_
2#define YAZE_SRC_CLI_TUI_TUI_COMPONENT_H_
3
4#include <ftxui/component/component.hpp>
5
6namespace yaze {
7namespace cli {
8
10 public:
11 virtual ~TuiComponent() = default;
12 virtual ftxui::Component Render() = 0;
13};
14
15} // namespace cli
16} // namespace yaze
17
18#endif // YAZE_SRC_CLI_TUI_TUI_COMPONENT_H_
virtual ftxui::Component Render()=0
virtual ~TuiComponent()=default
Main namespace for the application.
Definition controller.cc:20