yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
message_commands.cc File Reference
#include "cli/handlers/game/message_commands.h"
#include <fstream>
#include <sstream>
#include "absl/flags/declare.h"
#include "absl/flags/flag.h"
#include "absl/strings/ascii.h"
#include "absl/strings/str_format.h"
#include "app/editor/message/message_data.h"

Go to the source code of this file.

Namespaces

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

Functions

 ABSL_DECLARE_FLAG (std::string, rom)
 
std::string yaze::cli::handlers::anonymous_namespace{message_commands.cc}::NormalizeRange (const std::string &range)
 
bool yaze::cli::handlers::anonymous_namespace{message_commands.cc}::IncludeVanilla (const std::string &range)
 
bool yaze::cli::handlers::anonymous_namespace{message_commands.cc}::IncludeExpanded (const std::string &range)
 
std::string yaze::cli::handlers::anonymous_namespace{message_commands.cc}::BankLabel (editor::MessageBank bank)
 

Function Documentation

◆ ABSL_DECLARE_FLAG()

ABSL_DECLARE_FLAG ( std::string ,
rom  )