Update boing.c

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

View File

@ -27,11 +27,6 @@
* a hidden computer or VCR.
*****************************************************************************/
#if defined(_MSC_VER)
// Make MS math.h define M_PI
#define _USE_MATH_DEFINES
#endif
#include <stdio.h>
#include <stdlib.h>
#include <math.h>