From a025636fa1fa9699b1e20be32f9604e48d0e1e62 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sun, 29 Mar 2020 06:43:34 -0400 Subject: Update ImageDraw*() functions to match arguments of Draw*() (#1156) * Update ImageDraw*() functions to match arguments of Draw*() Updated draw functions: ImageDrawPixel() ImageDrawPixelV() ImageDrawCircle() ImageDrawCircleV() ImageDrawLine() ImageDrawLineV() ImageDrawRectangle() ImageDrawRectangleV() ImageDrawRectangleRec() * [nodepadpp] Update Notepad++ ImageDraw defintions This updates the Notepad++ definitions with the updated ImageDraw methods. * [examples] Add ImageDraw calls to textures_image_drawing * Update ImageDraw*() methods --- projects/Notepad++/c_raylib.xml | 83 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 82 insertions(+), 1 deletion(-) (limited to 'projects/Notepad++') diff --git a/projects/Notepad++/c_raylib.xml b/projects/Notepad++/c_raylib.xml index 62fa10e9..e77d1edc 100644 --- a/projects/Notepad++/c_raylib.xml +++ b/projects/Notepad++/c_raylib.xml @@ -982,9 +982,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2114,4 +2195,4 @@ - \ No newline at end of file + -- cgit v1.2.3