summaryrefslogtreecommitdiff
path: root/include/models.h
diff options
context:
space:
mode:
authorjussi2022-06-13 00:20:34 +0300
committerjussi2022-06-13 00:20:34 +0300
commit7b26e0aa68fb45612083b8e6b5c970564804803d (patch)
treedab279d16464c30dfb0ccf0b1ff2b1725e2af530 /include/models.h
parent4cb361733ef4bce0e803501b750acdd81404778f (diff)
downloadreilua-enhanced-7b26e0aa68fb45612083b8e6b5c970564804803d.tar.gz
reilua-enhanced-7b26e0aa68fb45612083b8e6b5c970564804803d.tar.bz2
reilua-enhanced-7b26e0aa68fb45612083b8e6b5c970564804803d.zip
UnloadModelAnimations and IsModelAnimationValid.
Diffstat (limited to 'include/models.h')
-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. */