#include "app/editor/hack/oracle/ui/oracle_validation_panel.h"
#include <chrono>
#include <fstream>
#include <string>
#include "absl/strings/str_format.h"
#include "app/editor/hack/workflow/hack_workflow_backend.h"
#include "app/editor/registry/content_registry.h"
#include "app/editor/registry/panel_registration.h"
#include "app/gui/core/icons.h"
#include "imgui/imgui.h"
#include "imgui/misc/cpp/imgui_stdlib.h"
#include "rom/rom.h"
#include "util/json.h"
Go to the source code of this file.
|
| constexpr ImVec4 | yaze::editor::anonymous_namespace{oracle_validation_panel.cc}::kGreen {0.2f, 0.75f, 0.3f, 1.0f} |
| |
| constexpr ImVec4 | yaze::editor::anonymous_namespace{oracle_validation_panel.cc}::kRed {0.85f, 0.2f, 0.2f, 1.0f} |
| |
| constexpr ImVec4 | yaze::editor::anonymous_namespace{oracle_validation_panel.cc}::kYellow {0.85f, 0.75f, 0.1f, 1.0f} |
| |
| constexpr ImVec4 | yaze::editor::anonymous_namespace{oracle_validation_panel.cc}::kGrey {0.55f, 0.55f, 0.55f, 1.0f} |
| |