From 3471e4514ffae28cab3fb926c86e5bf461723ac9 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 9 Apr 2025 00:34:19 +0300 Subject: RectPack. --- 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 1e5c27a..554516b 100644 --- a/include/shapes.h +++ b/include/shapes.h @@ -63,3 +63,4 @@ int lshapesCheckCollisionPointPoly( lua_State* L ); int lshapesCheckCollisionLines( lua_State* L ); int lshapesCheckCollisionPointLine( lua_State* L ); int lshapesGetCollisionRec( lua_State* L ); +int lshapesRectPack( lua_State* L ); -- cgit v1.2.3