yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
asar_patch.h
Go to the documentation of this file.
1#ifndef YAZE_SRC_CLI_TUI_ASAR_PATCH_H_
2#define YAZE_SRC_CLI_TUI_ASAR_PATCH_H_
3
5
6namespace yaze {
7namespace cli {
8
10 public:
11 ftxui::Component Render() override;
12};
13
14} // namespace cli
15} // namespace yaze
16
17#endif // YAZE_SRC_CLI_TUI_ASAR_PATCH_H_
ftxui::Component Render() override
Definition asar_patch.cc:16
Main namespace for the application.
Definition controller.cc:20