#include <cstdint>
#include <iostream>
#include <memory>
#include <sstream>
#include <string>
#include <unordered_map>
#include <vector>
#include "absl/status/status.h"
#include "app/rom.h"
#include "util/macro.h"
Go to the source code of this file.
Classes | |
class | yaze::cli::ColorModifier |
class | yaze::cli::CommandHandler |
class | yaze::cli::ApplyPatch |
class | yaze::cli::AsarPatch |
class | yaze::cli::CreatePatch |
class | yaze::cli::Tile16Transfer |
class | yaze::cli::Open |
class | yaze::cli::Backup |
class | yaze::cli::Compress |
class | yaze::cli::Decompress |
class | yaze::cli::SnesToPcCommand |
Convert a SNES address to a PC address. More... | |
class | yaze::cli::PcToSnesCommand |
Convert a PC address to a SNES address. More... | |
class | yaze::cli::ReadFromRom |
Read from a Rom file. More... | |
class | yaze::cli::Expand |
Expand a Rom file. More... | |
struct | yaze::cli::Commands |
Command handler for the CLI. More... | |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::cli |
Namespace for the command line interface. | |
Enumerations | |
enum | yaze::cli::ColorCode { yaze::cli::FG_RED = 31 , yaze::cli::FG_GREEN = 32 , yaze::cli::FG_YELLOW = 33 , yaze::cli::FG_BLUE = 36 , yaze::cli::FG_MAGENTA = 35 , yaze::cli::FG_DEFAULT = 39 , yaze::cli::FG_RESET = 0 , yaze::cli::FG_UNDERLINE = 4 , yaze::cli::BG_RED = 41 , yaze::cli::BG_GREEN = 42 , yaze::cli::BG_BLUE = 44 , yaze::cli::BG_DEFAULT = 49 } |