#include "cli/cli.h"#include "cli/tui/palette_editor.h"#include "app/gfx/util/scad_format.h"#include "app/gfx/types/snes_palette.h"#include "absl/flags/flag.h"#include "absl/flags/declare.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
Functions | |
| ABSL_DECLARE_FLAG (std::string, rom) | |
| absl::Status | yaze::cli::HandlePaletteExportLegacy (const std::vector< std::string > &arg_vec) |
| absl::Status | yaze::cli::HandlePaletteImportLegacy (const std::vector< std::string > &arg_vec) |
| absl::Status | yaze::cli::HandlePaletteLegacy (const std::vector< std::string > &arg_vec) |
| void | yaze::cli::HandlePaletteTUI (ftxui::ScreenInteractive &screen) |
| ABSL_DECLARE_FLAG | ( | std::string | , |
| rom | |||
| ) |