Merge branch 'master' into jgrpp
# Conflicts: # CMakeLists.txt # COMPILING.md # src/console.cpp # src/console_cmds.cpp # src/console_internal.h # src/rev.cpp.in
This commit is contained in:
@@ -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, TextColour text_colour, StringID str, StringAlignment align);
|
||||
|
||||
/* window.cpp */
|
||||
extern WindowBase *_z_front_window;
|
||||
|
Reference in New Issue
Block a user