summaryrefslogtreecommitdiff
path: root/src/ui/paint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/paint.h')
-rw-r--r--src/ui/paint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/paint.h b/src/ui/paint.h
index 89a01da6..90cc2aef 100644
--- a/src/ui/paint.h
+++ b/src/ui/paint.h
@@ -47,6 +47,7 @@ void unsetClip_Paint (iPaint *);
47void drawRect_Paint (const iPaint *, iRect rect, int color); 47void drawRect_Paint (const iPaint *, iRect rect, int color);
48void drawRectThickness_Paint (const iPaint *, iRect rect, int thickness, int color); 48void drawRectThickness_Paint (const iPaint *, iRect rect, int thickness, int color);
49void fillRect_Paint (const iPaint *, iRect rect, int color); 49void fillRect_Paint (const iPaint *, iRect rect, int color);
50void drawSoftShadow_Paint (const iPaint *, iRect rect, int thickness, int color, int alpha);
50 51
51void drawLines_Paint (const iPaint *, const iInt2 *points, size_t count, int color); 52void drawLines_Paint (const iPaint *, const iInt2 *points, size_t count, int color);
52 53