From 76911d45a879838047b2845cd6124e9ca3af083a Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 29 Oct 2023 13:21:42 +0200 Subject: New object types for all types. --- include/lua_core.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/lua_core.h') diff --git a/include/lua_core.h b/include/lua_core.h index 2996b54..861b235 100644 --- a/include/lua_core.h +++ b/include/lua_core.h @@ -79,6 +79,10 @@ void uluaPushWave( lua_State *L, Wave wave ); void uluaPushSound( lua_State *L, Sound sound ); void uluaPushMusic( lua_State *L, Music music ); void uluaPushLight( lua_State *L, Light light ); +void uluaPushMaterial( lua_State *L, Material material ); +void uluaPushMesh( lua_State *L, Mesh mesh ); +void uluaPushModel( lua_State *L, Model model ); +void uluaPushModelAnimation( lua_State *L, ModelAnimation modelAnimation ); int uluaGetTableLen( lua_State *L ); int uluaGetTableLenIndex( lua_State *L, int index ); -- cgit v1.2.3