diff src/main.c @ 50:62b7c457510d

Update main.c Suppressed the warning for macOS users committer: GitHub <noreply@github.com>
author Pietro Molendys <89810437+Pedritos22@users.noreply.github.com>
date Wed, 02 Apr 2025 00:53:34 +0200
parents b656ed2e8957
children 468f82bd24ac
line wrap: on
line diff
--- a/src/main.c	Wed Apr 02 00:38:48 2025 +0200
+++ b/src/main.c	Wed Apr 02 00:53:34 2025 +0200
@@ -1,4 +1,6 @@
 #include "algorithms.h"
+#define GL_SILENCE_DEPRECATION
+
 
 
 int window_width = 1920;