Organized core functions.

This commit is contained in:
jussi
2023-11-09 21:24:58 +02:00
parent ef75e2530d
commit e056446750
8 changed files with 2021 additions and 2020 deletions

View File

@@ -81,8 +81,6 @@ int ltexturesDrawTexture( lua_State *L );
int ltexturesDrawTextureRec( lua_State *L );
int ltexturesDrawTexturePro( lua_State *L );
int ltexturesDrawTextureNPatch( lua_State *L );
int ltexturesBeginTextureMode( lua_State *L );
int ltexturesEndTextureMode( lua_State *L );
/* Texture Configuration. */
int ltexturesGenTextureMipmaps( lua_State *L );
int ltexturesSetTextureFilter( lua_State *L );