yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
mock_rom.cc File Reference
#include "cli/handlers/rom/mock_rom.h"
#include <vector>
#include "absl/flags/declare.h"
#include "absl/flags/flag.h"
#include "absl/strings/str_format.h"
#include "app/core/project.h"
#include "app/zelda3/zelda3_labels.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::cli
 Namespace for the command line interface.
 

Functions

 ABSL_DECLARE_FLAG (bool, mock_rom)
 
absl::Status yaze::cli::InitializeMockRom (Rom &rom)
 Initialize a mock ROM for testing without requiring an actual ROM file.
 
bool yaze::cli::ShouldUseMockRom ()
 Check if mock ROM mode should be used based on flags.
 

Function Documentation

◆ ABSL_DECLARE_FLAG()

ABSL_DECLARE_FLAG ( bool  ,
mock_rom   
)