@ -987,7 +987,7 @@ RLAPI void ToggleFullscreen(void); // Toggle wind
RLAPI void ToggleBorderlessWindowed ( void ) ; / / Toggle window state : borderless windowed , resizes window to match monitor resolution
RLAPI void ToggleBorderlessWindowed ( void ) ; / / Toggle window state : borderless windowed , resizes window to match monitor resolution
RLAPI void MaximizeWindow ( void ) ; / / Set window state : maximized , if resizable
RLAPI void MaximizeWindow ( void ) ; / / Set window state : maximized , if resizable
RLAPI void MinimizeWindow ( void ) ; / / Set window state : minimized , if resizable
RLAPI void MinimizeWindow ( void ) ; / / Set window state : minimized , if resizable
RLAPI void RestoreWindow ( void ) ; / / Set window state : not minimized / maximized
RLAPI void RestoreWindow ( void ) ; / / Restore window from being minimized / maximized
RLAPI void SetWindowIcon ( Image image ) ; / / Set icon for window ( single image , RGBA 32 bit )
RLAPI void SetWindowIcon ( Image image ) ; / / Set icon for window ( single image , RGBA 32 bit )
RLAPI void SetWindowIcons ( Image * images , int count ) ; / / Set icon for window ( multiple images , RGBA 32 bit )
RLAPI void SetWindowIcons ( Image * images , int count ) ; / / Set icon for window ( multiple images , RGBA 32 bit )
RLAPI void SetWindowTitle ( const char * title ) ; / / Set title for window
RLAPI void SetWindowTitle ( const char * title ) ; / / Set title for window