SDL Static not yet working

This commit is contained in:
edwin
2025-02-21 14:10:42 +01:00
parent a89abf859a
commit d9a3edd140
3 changed files with 2 additions and 4 deletions

View File

@@ -9,8 +9,7 @@
#endif
#include <stdio.h>
#include <stdbool.h>
#include <SDL.h>
#include <SDL2/SDL.h>
// Define MAX and MIN macros
#define MAX(X, Y) (((X) > (Y)) ? (X) : (Y))