yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
minecart_track_editor_panel.cc File Reference
#include "minecart_track_editor_panel.h"
#include <fstream>
#include <iomanip>
#include <sstream>
#include "absl/status/status.h"
#include "absl/strings/str_format.h"
#include "absl/strings/str_split.h"
#include "imgui/imgui.h"
#include "imgui/misc/cpp/imgui_stdlib.h"
#include <filesystem>
#include <iostream>
#include <regex>
#include "app/gui/core/icons.h"
#include "app/gui/core/input.h"
#include "app/gui/core/style_guard.h"
#include "util/log.h"
#include "zelda3/dungeon/custom_collision.h"
#include "zelda3/dungeon/track_collision_generator.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::editor
 Editors are the view controllers for the application.
 
namespace  yaze::editor::anonymous_namespace{minecart_track_editor_panel.cc}
 

Functions

std::string yaze::editor::anonymous_namespace{minecart_track_editor_panel.cc}::FormatHexList (const std::vector< uint16_t > &values)
 
std::vector< uint16_t > yaze::editor::anonymous_namespace{minecart_track_editor_panel.cc}::ParseHexList (const std::string &input)
 

Variables

constexpr int yaze::editor::anonymous_namespace{minecart_track_editor_panel.cc}::kTrackSlotCount = 32
 
constexpr int yaze::editor::anonymous_namespace{minecart_track_editor_panel.cc}::kDefaultTrackRoom = 0x89
 
constexpr int yaze::editor::anonymous_namespace{minecart_track_editor_panel.cc}::kDefaultTrackX = 0x1300
 
constexpr int yaze::editor::anonymous_namespace{minecart_track_editor_panel.cc}::kDefaultTrackY = 0x1100