LoadImageRaw, LoadImageAnim and LoadImageFromMemory. Version 0.6.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 6
|
||||
#define VERSION_PATCH 0
|
||||
#define VERSION_DEV 1
|
||||
#define VERSION_DEV 0
|
||||
|
||||
#include "glad.h"
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user