yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
z3ed.cc File Reference
#include <cstdint>
#include <cstring>
#include <iostream>
#include <memory>
#include <sstream>
#include <string>
#include <string_view>
#include <unordered_map>
#include <vector>
#include "absl/flags/flag.h"
#include "absl/status/status.h"
#include "app/core/constants.h"
#include "app/rom.h"
#include "cli/command.h"
Include dependency graph for z3ed.cc:

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::cli
 Namespace for the command line interface.
 
namespace  yaze::cli::anonymous_namespace{z3ed.cc}
 

Functions

 ABSL_FLAG (bool, verbose, false, "Enable verbose output")
 
 ABSL_FLAG (bool, debug, false, "Enable debug output")
 
void yaze::cli::anonymous_namespace{z3ed.cc}::HelpCommand ()
 
int yaze::cli::anonymous_namespace{z3ed.cc}::RunCommandHandler (int argc, char *argv[])
 
int main (int argc, char *argv[])
 

Function Documentation

◆ ABSL_FLAG() [1/2]

ABSL_FLAG ( bool ,
verbose ,
false ,
"Enable verbose output"  )

◆ ABSL_FLAG() [2/2]

ABSL_FLAG ( bool ,
debug ,
false ,
"Enable debug output"  )

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 96 of file z3ed.cc.