summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/models.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/models.h b/include/models.h
index 3e1d63e..f3297eb 100644
--- a/include/models.h
+++ b/include/models.h
@@ -61,6 +61,8 @@ int lmodelsGetModelTransform( lua_State *L );
/* Animations. */
int lmodelsLoadModelAnimations( lua_State *L );
int lmodelsUpdateModelAnimation( lua_State *L );
+int lmodelsUnloadModelAnimations( lua_State *L );
+int lmodelsIsModelAnimationValid( lua_State *L );
int lmodelsGetModelAnimationBoneCount( lua_State *L );
int lmodelsGetModelAnimationFrameCount( lua_State *L );
/* Collision. */