yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
message_data.cc File Reference
#include "message_data.h"
#include "app/core/common.h"
Include dependency graph for message_data.cc:

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::app
 Main namespace for the ImGui application.
 
namespace  yaze::app::editor
 Editors are the view controllers for the application.
 

Functions

uint8_t yaze::app::editor::FindMatchingCharacter (char value)
 
uint8_t yaze::app::editor::FindDictionaryEntry (uint8_t value)
 
TextElement yaze::app::editor::FindMatchingCommand (uint8_t b)
 
TextElement yaze::app::editor::FindMatchingSpecial (uint8_t value)
 
ParsedElement yaze::app::editor::FindMatchingElement (const std::string &str)
 
std::string yaze::app::editor::ParseTextDataByte (uint8_t value)
 
std::vector< uint8_t > yaze::app::editor::ParseMessageToData (std::string str)
 
std::vector< DictionaryEntryyaze::app::editor::BuildDictionaryEntries (app::Rom *rom)