yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
main.cc File Reference
#include "absl/debugging/failure_signal_handler.h"
#include "absl/debugging/symbolize.h"
#include "app/core/controller.h"
#include "util/flag.h"
Include dependency graph for main.cc:

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 

Functions

 DECLARE_FLAG (std::string, rom_file)
 
 DEFINE_FLAG (std::string, rom_file, "", "The ROM file to load.")
 
int main (int argc, char **argv)
 

Function Documentation

◆ DECLARE_FLAG()

DECLARE_FLAG ( std::string ,
rom_file  )

◆ DEFINE_FLAG()

DEFINE_FLAG ( std::string ,
rom_file ,
"" ,
"The ROM file to load."  )

◆ main()