summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/models.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/models.h b/include/models.h
index 0113b62..606e003 100644
--- a/include/models.h
+++ b/include/models.h
@@ -45,6 +45,7 @@ int lmodelsUnloadMaterial( lua_State *L );
int lmodelsSetMaterialTexture( lua_State *L );
int lmodelsSetMaterialColor( lua_State *L );
int lmodelsSetMaterialValue( lua_State *L );
+int lmodelsSetMaterialShader( lua_State *L );
/* Model. */
int lmodelsLoadModel( lua_State *L );
int lmodelsLoadModelFromMesh( lua_State *L );