yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
command_handlers.cc File Reference
#include "cli/handlers/command_handlers.h"
#include <memory>
#include "cli/handlers/game/dialogue_commands.h"
#include "cli/handlers/game/dungeon_collision_commands.h"
#include "cli/handlers/game/dungeon_commands.h"
#include "cli/handlers/game/dungeon_edit_commands.h"
#include "cli/handlers/game/dungeon_graph_commands.h"
#include "cli/handlers/game/dungeon_group_commands.h"
#include "cli/handlers/game/dungeon_map_commands.h"
#include "cli/handlers/game/dungeon_render_commands.h"
#include "cli/handlers/game/message_commands.h"
#include "cli/handlers/game/minecart_commands.h"
#include "cli/handlers/game/music_commands.h"
#include "cli/handlers/game/oracle_menu_commands.h"
#include "cli/handlers/game/oracle_smoke_check_commands.h"
#include "cli/handlers/game/overworld_commands.h"
#include "cli/handlers/game/overworld_graph_commands.h"
#include "cli/handlers/graphics/hex_commands.h"
#include "cli/handlers/graphics/palette_commands.h"
#include "cli/handlers/graphics/sprite_commands.h"
#include "cli/handlers/mesen_handlers.h"
#include "cli/handlers/rom/project_bundle_archive_commands.h"
#include "cli/handlers/rom/project_bundle_verify_commands.h"
#include "cli/handlers/rom/rom_commands.h"
#include "cli/handlers/tools/dungeon_doctor_commands.h"
#include "cli/handlers/tools/dungeon_object_validate_commands.h"
#include "cli/handlers/tools/graphics_doctor_commands.h"
#include "cli/handlers/tools/gui_commands.h"
#include "cli/handlers/tools/hex_inspector_commands.h"
#include "cli/handlers/tools/message_doctor_commands.h"
#include "cli/handlers/tools/overworld_doctor_commands.h"
#include "cli/handlers/tools/overworld_validate_commands.h"
#include "cli/handlers/tools/resource_commands.h"
#include "cli/handlers/tools/rom_compare_commands.h"
#include "cli/handlers/tools/rom_doctor_commands.h"
#include "cli/handlers/tools/sprite_doctor_commands.h"
#include "cli/handlers/tools/test_cli_commands.h"
#include "cli/handlers/tools/test_helpers_commands.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::cli
 Namespace for the command line interface.
 
namespace  yaze::cli::handlers
 

Functions

std::vector< std::unique_ptr< resources::CommandHandler > > yaze::cli::handlers::CreateCliCommandHandlers ()
 Factory function to create all CLI-level command handlers.