From 9884c544bb2e9870bbda9607685bd478c9f3fda0 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 19 Dec 2023 02:02:26 +0200 Subject: DrawTextureNPatchRepeat. --- include/textures.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/textures.h') diff --git a/include/textures.h b/include/textures.h index 288a536..b1d9b8f 100644 --- a/include/textures.h +++ b/include/textures.h @@ -97,6 +97,7 @@ int ltexturesDrawTexture( lua_State *L ); int ltexturesDrawTextureRec( lua_State *L ); int ltexturesDrawTexturePro( lua_State *L ); int ltexturesDrawTextureNPatch( lua_State *L ); +int ltexturesDrawTextureNPatchRepeat( lua_State *L ); /* RenderTexture configuration functions. */ int ltexturesGetRenderTextureId( lua_State *L ); int ltexturesGetRenderTextureTexture( lua_State *L ); -- cgit v1.2.3