| 5 | #include "TextView.h" |
| 6 | |
| 7 | UI::TextView::TextView(Engine::BaseEngine& e) |
| 8 | : View(e) |
| 9 | , m_Font("FONT_OLD_20_WHITE.FNT") |
| 10 | { |
| 11 | setAlignment(A_Center); |
| 12 | } |
| 13 | |
| 14 | UI::TextView::~TextView() |
| 15 | { |
nothing calls this directly
no outgoing calls
no test coverage detected