Fix warnings in more examples. (#5292)

This commit is contained in:
Jeffery Myers
2025-10-23 04:25:23 -07:00
committed by GitHub
parent 428421f21a
commit 780a7df760
2 changed files with 11 additions and 8 deletions

View File

@@ -14,6 +14,9 @@
* Copyright (c) 2025 JP Mortiboys (@themushroompirates)
*
********************************************************************************************/
#if defined(WIN32)
#define _CRT_SECURE_NO_WARNINGS
#endif
#include "raylib.h"