diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/models.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/models.h b/include/models.h index d002807..15dae09 100644 --- a/include/models.h +++ b/include/models.h @@ -30,6 +30,7 @@ int lmodelsGenMeshTorus( lua_State *L ); int lmodelsGenMeshKnot( lua_State *L ); int lmodelsGenMeshHeightmap( lua_State *L ); int lmodelsGenMeshCustom( lua_State *L ); +int lmodelsUpdateMesh( lua_State *L ); int lmodelsUnloadMesh( lua_State *L ); int lmodelsDrawMesh( lua_State *L ); int lmodelsDrawMeshInstanced( lua_State *L ); |
