summaryrefslogtreecommitdiff
path: root/include/textures.h
diff options
context:
space:
mode:
authorjussi2025-05-02 16:09:33 +0300
committerjussi2025-05-02 16:09:33 +0300
commit6a4f8ab4a3573fe79bab93528750e1a87de24a58 (patch)
treea55733fee47762fd11060b7fcccbff743de05229 /include/textures.h
parent3471e4514ffae28cab3fb926c86e5bf461723ac9 (diff)
downloadreilua-enhanced-6a4f8ab4a3573fe79bab93528750e1a87de24a58.tar.gz
reilua-enhanced-6a4f8ab4a3573fe79bab93528750e1a87de24a58.tar.bz2
reilua-enhanced-6a4f8ab4a3573fe79bab93528750e1a87de24a58.zip
SetImageData.
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 9f71ba0..46da5ff 100644
--- a/include/textures.h
+++ b/include/textures.h
@@ -60,6 +60,7 @@ int ltexturesLoadImagePalette( lua_State* L );
int ltexturesGetImageAlphaBorder( lua_State* L );
int ltexturesGetImageColor( lua_State* L );
/* Image configuration functions. */
+int ltexturesSetImageData( lua_State* L );
int ltexturesGetImageData( lua_State* L );
int ltexturesGetImageSize( lua_State* L );
int ltexturesGetImageMipmaps( lua_State* L );