From 4c0eb17a9c234bfee73af408faa38e38f2e450d9 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 21 Nov 2024 00:11:31 +0200 Subject: New raylib 5.5 functions. --- include/state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/state.h') diff --git a/include/state.h b/include/state.h index 5fc3015..8dbe4e5 100644 --- a/include/state.h +++ b/include/state.h @@ -19,6 +19,7 @@ typedef struct { Font guiFont; Material defaultMaterial; Texture defaultTexture; + Texture shapesTexture; int* RLGLcurrentShaderLocs; /* Events. */ #ifdef PLATFORM_DESKTOP -- cgit v1.2.3