File diff r25213:cae9268da683 → r25214:ac90bf6da654
src/window_gui.h
Show inline comments
 
@@ -140,7 +140,7 @@ enum WidgetDrawDistances {
 

	
 
/* widget.cpp */
 
void DrawFrameRect(int left, int top, int right, int bottom, Colours colour, FrameFlags flags);
 
void DrawCaption(const Rect &r, Colours colour, Owner owner, StringID str);
 
void DrawCaption(const Rect &r, Colours colour, Owner owner, StringID str, StringAlignment align);
 

	
 
/* window.cpp */
 
extern Window *_z_front_window;