From 05eaafb79e6fa1bebff157e94563334d7ead700b Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 20 Nov 2023 21:04:53 +0200 Subject: Initial changes for Raylib 5.0 and some missing functions. --- include/shapes.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/shapes.h') diff --git a/include/shapes.h b/include/shapes.h index 3fde097..50fb156 100644 --- a/include/shapes.h +++ b/include/shapes.h @@ -5,8 +5,6 @@ int lshapesSetShapesTexture( lua_State *L ); int lshapesDrawPixel( lua_State *L ); int lshapesDrawLine( lua_State *L ); int lshapesDrawLineBezier( lua_State *L ); -int lshapesDrawLineBezierQuad( lua_State *L ); -int lshapesDrawLineBezierCubic( lua_State *L ); int lshapesDrawLineStrip( lua_State *L ); int lshapesDrawCircle( lua_State *L ); int lshapesDrawCircleSector( lua_State *L ); -- cgit v1.2.3