#include "cli/cli.h"
#include "app/zelda3/dungeon/dungeon_editor_system.h"
#include "app/zelda3/dungeon/room.h"
#include "absl/flags/flag.h"
#include "absl/flags/declare.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. | |
Functions | |
ABSL_DECLARE_FLAG (std::string, rom) | |
absl::Status | yaze::cli::HandleDungeonExportLegacy (const std::vector< std::string > &arg_vec) |
absl::Status | yaze::cli::HandleDungeonListObjectsLegacy (const std::vector< std::string > &arg_vec) |
ABSL_DECLARE_FLAG | ( | std::string | , |
rom | |||
) |