Mercurial > mm7
comparison GUI/GUIWindow.h @ 2543:b6140dfeac27
GameOver h/cpp
author | a.parshin |
---|---|
date | Sun, 10 May 2015 03:21:14 +0200 |
parents | bacf9809126a |
children | c674d547cc7c |
comparison
equal
deleted
inserted
replaced
2542:bacf9809126a | 2543:b6140dfeac27 |
---|---|
583 void OnCloseSpellBook(); | 583 void OnCloseSpellBook(); |
584 | 584 |
585 | 585 |
586 | 586 |
587 // rest ui | 587 // rest ui |
588 void RestUI_Load(); | 588 void PrepareToLoadRestUI(); |
589 GUIWindow *RestUI_Load(); | |
589 void RestUI_Draw(); | 590 void RestUI_Draw(); |
590 | 591 |
591 | 592 |
592 // transition & travel ui | 593 // transition & travel ui |
593 void TransitionUI_Load(uint32_t anim_id, uint32_t exit_pic_id, int x, int y, int z, int directiony, int directionx, int a8, const char *pLocationName); | 594 void TransitionUI_Load(uint32_t anim_id, uint32_t exit_pic_id, int x, int y, int z, int directiony, int directionx, int a8, const char *pLocationName); |