diff options
| author | jussi | 2025-05-02 16:09:33 +0300 |
|---|---|---|
| committer | jussi | 2025-05-02 16:09:33 +0300 |
| commit | 6a4f8ab4a3573fe79bab93528750e1a87de24a58 (patch) | |
| tree | a55733fee47762fd11060b7fcccbff743de05229 /include | |
| parent | 3471e4514ffae28cab3fb926c86e5bf461723ac9 (diff) | |
| download | reilua-enhanced-6a4f8ab4a3573fe79bab93528750e1a87de24a58.tar.gz reilua-enhanced-6a4f8ab4a3573fe79bab93528750e1a87de24a58.tar.bz2 reilua-enhanced-6a4f8ab4a3573fe79bab93528750e1a87de24a58.zip | |
SetImageData.
Diffstat (limited to 'include')
| -rw-r--r-- | include/textures.h | 1 |
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 ); |
