summaryrefslogtreecommitdiff
path: root/include/textures.h
diff options
context:
space:
mode:
authorjussi2023-12-19 02:02:26 +0200
committerjussi2023-12-19 02:02:26 +0200
commit9884c544bb2e9870bbda9607685bd478c9f3fda0 (patch)
treee77d4a39e7d5d9bbe38b5b08606d23639ea7f875 /include/textures.h
parent917ce853fcfb212e2343b6b2dac816b14ee50e46 (diff)
downloadreilua-enhanced-9884c544bb2e9870bbda9607685bd478c9f3fda0.tar.gz
reilua-enhanced-9884c544bb2e9870bbda9607685bd478c9f3fda0.tar.bz2
reilua-enhanced-9884c544bb2e9870bbda9607685bd478c9f3fda0.zip
DrawTextureNPatchRepeat.
Diffstat (limited to 'include/textures.h')
-rw-r--r--include/textures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/textures.h b/include/textures.h
index 288a536..b1d9b8f 100644
--- a/include/textures.h
+++ b/include/textures.h
@@ -97,6 +97,7 @@ int ltexturesDrawTexture( lua_State *L );
int ltexturesDrawTextureRec( lua_State *L );
int ltexturesDrawTexturePro( lua_State *L );
int ltexturesDrawTextureNPatch( lua_State *L );
+int ltexturesDrawTextureNPatchRepeat( lua_State *L );
/* RenderTexture configuration functions. */
int ltexturesGetRenderTextureId( lua_State *L );
int ltexturesGetRenderTextureTexture( lua_State *L );