Update boing.c

This commit is contained in:
Fatih AKTAŞ 2023-12-24 17:08:15 +03:00 committed by GitHub
parent b4c3ef9d0f
commit b7130678ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,11 +26,12 @@
* the rendering. Suspecting a trick, they began looking around the booth for
* a hidden computer or VCR.
*****************************************************************************/
#ifdef _WIN32
#if defined(_MSC_VER)
// Make MS math.h define M_PI
#define _USE_MATH_DEFINES
#endif
#endif
#include <stdio.h>
#include <stdlib.h>