mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-16 08:18:14 +00:00
Crazy test
This commit is contained in:
@@ -836,7 +836,7 @@ void SetWindowSize(int width, int height)
|
||||
}
|
||||
|
||||
// Show the window
|
||||
void ShowWindow(void)
|
||||
__stdcall void ShowWindow(void)
|
||||
{
|
||||
#if defined(PLATFORM_DESKTOP)
|
||||
glfwShowWindow(window);
|
||||
|
Reference in New Issue
Block a user