yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
labeling.cc File Reference
#include "app/core/labeling.h"
#include <cstdint>
#include <fstream>
#include <sstream>
#include <string>
#include <unordered_map>
#include <vector>
#include "absl/strings/str_format.h"
#include "app/core/constants.h"
#include "app/gui/icons.h"
#include "imgui/imgui.h"
#include "imgui/misc/cpp/imgui_stdlib.h"
Include dependency graph for labeling.cc:

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::app
 Main namespace for the ImGui application.
 
namespace  yaze::app::core
 Core application logic and utilities.
 

Functions

std::string yaze::app::core::UppercaseHexByte (uint8_t byte, bool leading)
 
std::string yaze::app::core::UppercaseHexWord (uint16_t word)
 
std::string yaze::app::core::UppercaseHexLong (uint32_t dword)
 
std::string yaze::app::core::UppercaseHexLongLong (uint64_t qword)
 
bool yaze::app::core::StringReplace (std::string &str, const std::string &from, const std::string &to)