summaryrefslogtreecommitdiff
path: root/include/state.h
diff options
context:
space:
mode:
authorjussi2023-11-30 02:50:00 +0200
committerjussi2023-11-30 02:50:00 +0200
commitaa03fffcb32e4a04589d74273c81316b39afacd9 (patch)
tree862f1ebed684982a68221aae94e5384ff4473480 /include/state.h
parent8882d2ff2c4c77c08a5c5b0931a70ff906ecbdb5 (diff)
downloadreilua-enhanced-aa03fffcb32e4a04589d74273c81316b39afacd9.tar.gz
reilua-enhanced-aa03fffcb32e4a04589d74273c81316b39afacd9.tar.bz2
reilua-enhanced-aa03fffcb32e4a04589d74273c81316b39afacd9.zip
Raygui textures with SetShapesTexture.
Diffstat (limited to 'include/state.h')
-rw-r--r--include/state.h1
1 files changed, 1 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