#include "cli/cli.h"#include "zelda3/overworld/overworld.h"#include "cli/handlers/game/overworld_inspect.h"#include <algorithm>#include <cctype>#include <optional>#include <stdexcept>#include <string>#include <string_view>#include <unordered_map>#include <utility>#include <vector>#include "absl/flags/flag.h"#include "absl/flags/declare.h"#include "absl/status/statusor.h"#include "absl/strings/ascii.h"#include "absl/strings/match.h"#include "absl/strings/str_cat.h"#include "absl/strings/str_join.h"#include "absl/strings/str_format.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::anonymous_namespace{overworld.cc} |
Functions | |
| ABSL_DECLARE_FLAG (std::string, rom) | |
| absl::Status | yaze::cli::HandleOverworldGetTileLegacy (const std::vector< std::string > &arg_vec) |
| absl::Status | yaze::cli::HandleOverworldSetTileLegacy (const std::vector< std::string > &arg_vec) |
| absl::Status | yaze::cli::HandleOverworldFindTileLegacy (const std::vector< std::string > &arg_vec) |
| absl::Status | yaze::cli::HandleOverworldDescribeMapLegacy (const std::vector< std::string > &arg_vec) |
| absl::Status | yaze::cli::HandleOverworldListWarpsLegacy (const std::vector< std::string > &arg_vec) |
| absl::Status | yaze::cli::HandleOverworldSelectRectLegacy (const std::vector< std::string > &arg_vec) |
| absl::Status | yaze::cli::HandleOverworldScrollToLegacy (const std::vector< std::string > &arg_vec) |
| absl::Status | yaze::cli::HandleOverworldSetZoomLegacy (const std::vector< std::string > &arg_vec) |
| absl::Status | yaze::cli::HandleOverworldGetVisibleRegionLegacy (const std::vector< std::string > &arg_vec) |
Variables | |
| constexpr absl::string_view | yaze::cli::anonymous_namespace{overworld.cc}::kFindTileUsage |
| ABSL_DECLARE_FLAG | ( | std::string | , |
| rom | |||
| ) |