comparison 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
comparison
equal deleted inserted replaced
49:cc6b3eeb0ad0 50:62b7c457510d
1 #include "algorithms.h" 1 #include "algorithms.h"
2 #define GL_SILENCE_DEPRECATION
3
2 4
3 5
4 int window_width = 1920; 6 int window_width = 1920;
5 int window_height = 1080; 7 int window_height = 1080;
6 int vpadding = 150; 8 int vpadding = 150;