From 10bf211b92441120f9b3aa0f83c0339a7e243d66 Mon Sep 17 00:00:00 2001 From: Julianiolo <50519317+Julianiolo@users.noreply.github.com> Date: Sun, 11 Jul 2021 22:18:08 +0200 Subject: [PATCH] fix --- src/raylib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raylib.h b/src/raylib.h index 5d492fdb3..3b4688875 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -937,7 +937,7 @@ RLAPI const char *GetMonitorName(int monitor); // Get the hum RLAPI void SetClipboardText(const char *text); // Set clipboard text content RLAPI const char *GetClipboardText(void); // Get clipboard text content RLAPI void SetupViewport(int width, int height); -RLAPI void SetWindowResizeDrawCallback(windowReSizeDrawCallB func) +RLAPI void SetWindowResizeDrawCallback(windowReSizeDrawCallB func); // Custom frame control functions // NOTE: Those functions are intended for advance users that want full control over the frame processing