| 3613 | UIBmpWindow::~UIBmpWindow() {} |
| 3614 | |
| 3615 | void UIBmpWindow::SetInfo(bool anim, int handle) { |
| 3616 | animated = anim; |
| 3617 | bm_handle = handle; |
| 3618 | start_time = timer_GetTime(); |
| 3619 | } |
| 3620 | |
| 3621 | void UIBmpWindow::DrawBorder(void) { |
| 3622 | int minx, maxx, miny, maxy; |