| 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()); |
| 124 | } |
| 125 | |
| 126 | void Window_Base::DrawActorClass(const Game_Actor& actor, int cx, int cy) const { |
| 127 | contents->TextDraw(cx, cy, Font::ColorDefault, actor.GetClassName()); |