From 479726a5e468a2f4d0f9337f082889082e535bfb Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 20 Nov 2024 18:23:42 +0200 Subject: Initial switch to raylib 5.5. --- include/shapes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/shapes.h') 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 ); -- cgit v1.2.3