OSDN Git Service

[Refactor] #39010 Separated do_cmd_throw() from do_cmd_throw()
[hengband/hengband.git] / src / action / movement-execution.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void exe_movement(player_type *creature_ptr, DIRECTION dir, bool do_pickup, bool break_trap);