summaryrefslogtreecommitdiff
path: root/include/shapes.h
diff options
context:
space:
mode:
authorjussi2024-11-20 18:23:42 +0200
committerjussi2024-11-20 18:23:42 +0200
commit479726a5e468a2f4d0f9337f082889082e535bfb (patch)
treed342d5ddd7ea69b1be343ae62dfd0ef1ddcef8a7 /include/shapes.h
parentcf2c2eb05bd5d30169771b0087df84a53124f766 (diff)
downloadreilua-enhanced-479726a5e468a2f4d0f9337f082889082e535bfb.tar.gz
reilua-enhanced-479726a5e468a2f4d0f9337f082889082e535bfb.tar.bz2
reilua-enhanced-479726a5e468a2f4d0f9337f082889082e535bfb.zip
Initial switch to raylib 5.5.
Diffstat (limited to 'include/shapes.h')
-rw-r--r--include/shapes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/shapes.h b/include/shapes.h
index 13abee6..b997f95 100644
--- a/include/shapes.h
+++ b/include/shapes.h
@@ -24,6 +24,7 @@ int lshapesDrawRectangleLines( lua_State* L );
int lshapesDrawRectangleLinesEx( lua_State* L );
int lshapesDrawRectangleRounded( lua_State* L );
int lshapesDrawRectangleRoundedLines( lua_State* L );
+int lshapesDrawRectangleRoundedLinesEx( lua_State* L );
int lshapesDrawTriangle( lua_State* L );
int lshapesDrawTriangleLines( lua_State* L );
int lshapesDrawTriangleFan( lua_State* L );