yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli Namespace Reference

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
}
 

Detailed Description

Namespace for the command line interface.

Enumeration Type Documentation

◆ ColorCode

Enumerator
FG_RED 
FG_GREEN 
FG_YELLOW 
FG_BLUE 
FG_MAGENTA 
FG_DEFAULT 
FG_RESET 
FG_UNDERLINE 
BG_RED 
BG_GREEN 
BG_BLUE 
BG_DEFAULT 

Definition at line 30 of file command.h.