Loading...
Searching...
No Matches
#include <ftxui/component/component.hpp>
#include <ftxui/dom/elements.hpp>
#include <ftxui/screen/screen.hpp>
#include <string>
#include <vector>
#include "app/rom.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.
|
|
|
enum class | yaze::cli::MainMenuEntry {
yaze::cli::kLoadRom
, yaze::cli::kApplyBpsPatch
, yaze::cli::kGenerateSaveFile
, yaze::cli::kPaletteEditor
,
yaze::cli::kHelp
, yaze::cli::kExit
} |
|
enum | yaze::cli::LayoutID {
yaze::cli::kLoadRom
, yaze::cli::kApplyBpsPatch
, yaze::cli::kGenerateSaveFile
, yaze::cli::kPaletteEditor
,
yaze::cli::kHelp
, yaze::cli::kExit
, yaze::cli::kMainMenu
, yaze::cli::kError
} |
|