yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
message_doctor_commands.cc File Reference
#include "cli/handlers/tools/message_doctor_commands.h"
#include <iostream>
#include "absl/status/status.h"
#include "absl/strings/str_format.h"
#include "app/editor/message/message_data.h"
#include "cli/handlers/tools/diagnostic_types.h"
#include "rom/rom.h"

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{message_doctor_commands.cc}
 

Functions

void yaze::cli::anonymous_namespace{message_doctor_commands.cc}::ValidateControlCodes (const editor::MessageData &msg, DiagnosticReport &report)
 
void yaze::cli::anonymous_namespace{message_doctor_commands.cc}::ValidateTerminators (const editor::MessageData &msg, DiagnosticReport &report)
 
void yaze::cli::anonymous_namespace{message_doctor_commands.cc}::ValidateDictionaryRefs (const editor::MessageData &msg, const std::vector< editor::DictionaryEntry > &dict, DiagnosticReport &report)
 
void yaze::cli::anonymous_namespace{message_doctor_commands.cc}::CheckCorruptionPatterns (const editor::MessageData &msg, DiagnosticReport &report)