From 2ba1812b8315b5df8291f68144b0c380a6cd749d Mon Sep 17 00:00:00 2001 From: wushin Date: Fri, 4 Mar 2016 15:15:23 -0600 Subject: add player nicks back to messages closes #194 --- src/map/battle.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/battle.hpp') diff --git a/src/map/battle.hpp b/src/map/battle.hpp index 1a13420..8f31fe0 100644 --- a/src/map/battle.hpp +++ b/src/map/battle.hpp @@ -67,6 +67,7 @@ ATK battle_weapon_attack(dumb_ptr bl, dumb_ptr target, int battle_is_unarmed(dumb_ptr bl); Species battle_get_class(dumb_ptr bl); +VString<23> battle_get_name(dumb_ptr bl); DIR battle_get_dir(dumb_ptr bl); int battle_get_lv(dumb_ptr bl); int battle_get_range(dumb_ptr bl); -- cgit v1.2.3-60-g2f50