summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/state.h b/include/state.h
index 0ebd828..4eb5dcd 100644
--- a/include/state.h
+++ b/include/state.h
@@ -17,13 +17,13 @@ typedef struct {
int *RLGLcurrentShaderLocs;
/* Events. */
#ifdef PLATFORM_DESKTOP
- /* Window events. */
+ /* Window events. */
GLFWwindowsizefun raylibWindowSizeCallback;
GLFWwindowmaximizefun raylibWindowMaximizeCallback;
GLFWwindowiconifyfun raylibWindowIconifyCallback;
GLFWwindowfocusfun raylibWindowFocusCallback;
GLFWdropfun raylibWindowDropCallback;
- /* Input events. */
+ /* Input events. */
GLFWkeyfun raylibKeyCallback;
GLFWcharfun raylibCharCallback;
GLFWmousebuttonfun raylibMouseButtonCallback;