From 6e17282197320bfc3af6a225fb3d9e13194022fa Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 24 Aug 2023 20:19:13 +0300 Subject: GetFontTexture. --- include/lua_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/lua_core.h') diff --git a/include/lua_core.h b/include/lua_core.h index 45ad1f5..ed354b8 100644 --- a/include/lua_core.h +++ b/include/lua_core.h @@ -65,6 +65,7 @@ void uluaPushMatrix( lua_State *L, Matrix matrix ); void uluaPushRay( lua_State *L, Ray ray ); void uluaPushRayCollision( lua_State *L, RayCollision rayCol ); void uluaPushBoundingBox( lua_State *L, BoundingBox box ); +void uluaPushTexture( lua_State *L, Texture texture ); int uluaGetTableLen( lua_State *L ); int uluaGetTableLenIndex( lua_State *L, int index ); -- cgit v1.2.3