summaryrefslogtreecommitdiff
path: root/include/state.h
diff options
context:
space:
mode:
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 d7e1052..1172086 100644
--- a/include/state.h
+++ b/include/state.h
@@ -12,6 +12,7 @@ typedef struct {
int logLevelInvalid;
Font defaultFont;
Material defaultMaterial;
+ int *RLGLcurrentShaderLocs;
/* Raylib GLFW input callback events. */
/* Window events. */
GLFWwindowsizefun raylibWindowSizeCallback;