LoadImageRaw, LoadImageAnim and LoadImageFromMemory. Version 0.6.

This commit is contained in:
jussi
2023-11-20 16:20:11 +02:00
parent 50d0e15ff4
commit 7765a23a2c
8 changed files with 129 additions and 3 deletions

View File

@@ -2,6 +2,9 @@
/* Image loading functions. */
int ltexturesLoadImage( lua_State *L );
int ltexturesLoadImageRaw( lua_State *L );
int ltexturesLoadImageAnim( lua_State *L );
int ltexturesLoadImageFromMemory( lua_State *L );
int ltexturesLoadImageFromTexture( lua_State *L );
int ltexturesLoadImageFromScreen( lua_State *L );
int ltextureIsImageReady( lua_State *L );