Loading...
Searching...
No Matches
#include <ftxui/component/component.hpp>
#include <ftxui/dom/elements.hpp>
#include <ftxui/screen/screen.hpp>
#include <functional>
#include <memory>
#include <string>
#include <vector>
#include "app/rom.h"
#include "cli/tui/chat_tui.h"
#include "cli/tui/hex_viewer.h"
Go to the source code of this file.
|
namespace | yaze |
| Main namespace for the application.
|
|
namespace | yaze::cli |
| Namespace for the command line interface.
|
|
namespace | yaze::cli::tui |
|
|
enum class | yaze::cli::PanelType {
yaze::cli::kMainMenu
, yaze::cli::kChat
, yaze::cli::kStatus
, yaze::cli::kTools
,
yaze::cli::kHexViewer
, yaze::cli::kPaletteEditor
, yaze::cli::kTodoManager
, yaze::cli::kRomTools
,
yaze::cli::kGraphicsTools
, yaze::cli::kSettings
, yaze::cli::kHelp
} |
|