Namespace for the command line interface. More...
Namespaces | |
namespace | anonymous_namespace{z3ed.cc} |
Classes | |
class | ApplyPatch |
class | AsarPatch |
class | Backup |
Backup a Rom file. More... | |
class | ColorModifier |
class | CommandHandler |
struct | Commands |
Command handler for the CLI. More... | |
class | Compress |
class | CreatePatch |
class | Decompress |
class | Expand |
Expand a Rom file. More... | |
class | Open |
Open a Rom file and display information about it. More... | |
class | PcToSnes |
Convert a PC address to a SNES address. More... | |
class | ReadFromRom |
Read from a Rom file. More... | |
class | SnesToPc |
Convert a SNES address to a PC address. More... | |
class | Tile16Transfer |
Transfer tile 16 data from one Rom to another. More... | |
Enumerations | |
enum | ColorCode { FG_RED = 31 , FG_GREEN = 32 , FG_YELLOW = 33 , FG_BLUE = 36 , FG_MAGENTA = 35 , FG_DEFAULT = 39 , FG_RESET = 0 , FG_UNDERLINE = 4 , BG_RED = 41 , BG_GREEN = 42 , BG_BLUE = 44 , BG_DEFAULT = 49 } |
Namespace for the command line interface.
enum yaze::cli::ColorCode |