| 116 | } |
| 117 | |
| 118 | void Window_Base::DrawActorName(const Game_Battler& actor, int cx, int cy) const { |
| 119 | contents->TextDraw(cx, cy, Font::ColorDefault, actor.GetName()); |
| 120 | } |
| 121 | |
| 122 | void Window_Base::DrawActorTitle(const Game_Actor& actor, int cx, int cy) const { |
| 123 | contents->TextDraw(cx, cy, Font::ColorDefault, actor.GetTitle()); |