Searched refs:msg_print_complex_near (Results 1 – 2 of 2) sorted by relevance
/dports/games/mangband/mangband-1.5.3/src/server/ |
H A D | util.c | 2158 void msg_print_complex_near(player_type *p_ptr, player_type *q_ptr, u16b type, cptr msg) in msg_print_complex_near() function 2192 msg_print_complex_near(p_ptr, p_ptr, MSG_GENERIC, msg); in msg_print_near() 2215 msg_print_complex_near(p_ptr, q_ptr, type, buf); in msg_format_complex_near()
|
H A D | externs.h | 1038 extern void msg_print_complex_near(player_type *p_ptr, player_type *q_ptr, u16b type, cptr msg);
|