Mercurial > mm7
diff GUI/GUIWindow.h @ 2551:4008b2f34be0
MainMenu rendering moved from event loop to respective window class
author | a.parshin |
---|---|
date | Tue, 12 May 2015 12:03:30 +0200 |
parents | fb42e2662c38 |
children | ac16f4a3a91e |
line wrap: on
line diff
--- a/GUI/GUIWindow.h Tue May 12 11:28:22 2015 +0200 +++ b/GUI/GUIWindow.h Tue May 12 12:03:30 2015 +0200 @@ -694,7 +694,7 @@ void CreateScrollWindow(); void OnPaperdollLeftClick(); void DrawJoinGuildWindow(int pEventCode); -void DialogueEnding(); +void DialogueEnding(); char sub_4637E0_is_there_popup_onscreen(); void sub_4B3E1E(); void __fastcall ClickNPCTopic(signed int uMessageParam);