diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/state.h | 1 | ||||
| -rw-r--r-- | include/textures.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/state.h b/include/state.h index 4eb5dcd..9a29720 100644 --- a/include/state.h +++ b/include/state.h @@ -14,6 +14,7 @@ typedef struct { int logLevelInvalid; Font defaultFont; Material defaultMaterial; + Texture defaultTexture; int *RLGLcurrentShaderLocs; /* Events. */ #ifdef PLATFORM_DESKTOP diff --git a/include/textures.h b/include/textures.h index efac9f2..90c7bb8 100644 --- a/include/textures.h +++ b/include/textures.h @@ -70,6 +70,7 @@ int ltexturesImageDrawRectangleLines( lua_State *L ); int ltexturesImageDraw( lua_State *L ); int ltexturesImageDrawTextEx( lua_State *L ); /* Texture loading functions. */ +int ltexturesGetTextureDefault( lua_State *L ); int ltexturesLoadTexture( lua_State *L ); int ltexturesLoadTextureFromImage( lua_State *L ); int ltexturesLoadTextureCubemap( lua_State *L ); |
