From 7b26e0aa68fb45612083b8e6b5c970564804803d Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 13 Jun 2022 00:20:34 +0300 Subject: UnloadModelAnimations and IsModelAnimationValid. --- src/lua_core.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lua_core.c') diff --git a/src/lua_core.c b/src/lua_core.c index da0d865..d714024 100644 --- a/src/lua_core.c +++ b/src/lua_core.c @@ -1029,6 +1029,8 @@ void luaRegister() { /* Animations. */ lua_register( L, "RL_LoadModelAnimations", lmodelsLoadModelAnimations ); lua_register( L, "RL_UpdateModelAnimation", lmodelsUpdateModelAnimation ); + lua_register( L, "RL_UnloadModelAnimations", lmodelsUnloadModelAnimations ); + lua_register( L, "RL_IsModelAnimationValid", lmodelsIsModelAnimationValid ); lua_register( L, "RL_GetModelAnimationBoneCount", lmodelsGetModelAnimationBoneCount ); lua_register( L, "RL_GetModelAnimationFrameCount", lmodelsGetModelAnimationFrameCount ); /* Collision. */ -- cgit v1.2.3