diff options
| author | jussi | 2023-11-30 02:50:00 +0200 |
|---|---|---|
| committer | jussi | 2023-11-30 02:50:00 +0200 |
| commit | aa03fffcb32e4a04589d74273c81316b39afacd9 (patch) | |
| tree | 862f1ebed684982a68221aae94e5384ff4473480 /include/state.h | |
| parent | 8882d2ff2c4c77c08a5c5b0931a70ff906ecbdb5 (diff) | |
| download | reilua-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.h | 1 |
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 |
