diff options
| author | Ray <[email protected]> | 2019-01-16 17:25:48 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-01-16 17:25:48 +0100 |
| commit | a43f87e3915d46cfa6bb386302df4b729728d595 (patch) | |
| tree | c9ad967dfab204d5185aaa9bcbe95e7593c7e7be /src/raylib.h | |
| parent | ced73210899ddc59c1a359faf5f998ca665ed052 (diff) | |
| download | raylib-a43f87e3915d46cfa6bb386302df4b729728d595.tar.gz raylib-a43f87e3915d46cfa6bb386302df4b729728d595.zip | |
Crazy test
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index 3f484193..87c52f5c 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -840,7 +840,7 @@ RLAPI bool IsWindowReady(void); // Check if wi RLAPI bool IsWindowMinimized(void); // Check if window has been minimized (or lost focus) RLAPI bool IsWindowHidden(void); // Check if window is currently hidden RLAPI void ToggleFullscreen(void); // Toggle fullscreen mode (only PLATFORM_DESKTOP) -RLAPI void ShowWindow(void); // Show the window +RLAPI __stdcall void ShowWindow(void); // Show the window RLAPI void HideWindow(void); // Hide the window RLAPI void SetWindowIcon(Image image); // Set icon for window (only PLATFORM_DESKTOP) RLAPI void SetWindowTitle(const char *title); // Set title for window (only PLATFORM_DESKTOP) |
