summaryrefslogtreecommitdiff
path: root/include/textures.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/textures.h')
-rw-r--r--include/textures.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/textures.h b/include/textures.h
index 5634968..5df574e 100644
--- a/include/textures.h
+++ b/include/textures.h
@@ -78,10 +78,10 @@ int ltexturesUpdateTextureRec( lua_State *L );
/* Texture Drawing. */
int ltexturesDrawTexture( lua_State *L );
int ltexturesDrawTextureRec( lua_State *L );
-int ltexturesDrawTextureTiled( lua_State *L );
+// int ltexturesDrawTextureTiled( lua_State *L );
int ltexturesDrawTexturePro( lua_State *L );
int ltexturesDrawTextureNPatch( lua_State *L );
-int ltexturesDrawTexturePoly( lua_State *L );
+// int ltexturesDrawTexturePoly( lua_State *L );
int ltexturesBeginTextureMode( lua_State *L );
int ltexturesEndTextureMode( lua_State *L );
int ltexturesSetTextureSource( lua_State *L );