diff options
Diffstat (limited to 'src/lua_core.c')
| -rw-r--r-- | src/lua_core.c | 2 |
1 files changed, 2 insertions, 0 deletions
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. */ |
