From ccc3eb7a4b2ec47f3020c94db0d939bc629aaa4f Mon Sep 17 00:00:00 2001 From: Rabia Alhaffar Date: Thu, 11 Jun 2020 22:23:31 +0300 Subject: [PATCH] Add files via upload --- src/raylib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raylib.h b/src/raylib.h index c229c9b56..0bc989cd9 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -898,7 +898,7 @@ RLAPI Vector2 GetWindowPosition(void); // Get window RLAPI const char *GetMonitorName(int monitor); // Get the human-readable, UTF-8 encoded name of the primary monitor RLAPI const char *GetClipboardText(void); // Get clipboard text content RLAPI void SetClipboardText(const char *text); // Set clipboard text content -RLAPI const char *GetOS(void); // Get current operating system +RLAPI const char *GetOS(void); // Get current operating system // Cursor-related functions RLAPI void ShowCursor(void); // Shows cursor