Fix macOS compilation for real

This commit is contained in:
Cacodemon345
2021-08-25 02:01:39 +06:00
parent 91e27c0ffc
commit c46ebc6a5e
3 changed files with 13 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
#include <SDL2/SDL.h>
#include <SDL2/SDL_messagebox.h>
#include <SDL.h>
#include <SDL_messagebox.h>
#include <stdarg.h>
#include <stdio.h>