window.h
changeset 1570 c9b6cf44ce53
parent 1474 a26a21fa10ef
child 1648 41c3d5de9994
equal deleted inserted replaced
1569:32abdc483dc5 1570:c9b6cf44ce53
   564 
   564 
   565 void InitWindowSystem(void);
   565 void InitWindowSystem(void);
   566 void UnInitWindowSystem(void);
   566 void UnInitWindowSystem(void);
   567 void ResetWindowSystem(void);
   567 void ResetWindowSystem(void);
   568 int GetMenuItemIndex(Window *w, int x, int y);
   568 int GetMenuItemIndex(Window *w, int x, int y);
   569 void MouseLoop(void);
   569 void InputLoop(void);
   570 void UpdateWindows(void);
   570 void UpdateWindows(void);
   571 void InvalidateWidget(Window *w, byte widget_index);
   571 void InvalidateWidget(Window *w, byte widget_index);
   572 
   572 
   573 void GuiShowTooltips(uint16 string_id);
   573 void GuiShowTooltips(uint16 string_id);
   574 
   574