Fix megatest when SDL3 is used

This commit is contained in:
Sasha Szpakowski
2024-10-12 13:08:49 -03:00
parent ca75ca497b
commit 61f1ba29eb
+4
View File
@@ -10,7 +10,11 @@
#include <vorbis/vorbisfile.h>
#include <freetype/config/ftconfig.h>
#include <freetype/freetype.h>
#if __has_include(<SDL3/SDL.h>)
#include <SDL3/SDL.h>
#else
#include <SDL.h>
#endif
#include <AL/al.h>
#include <AL/alext.h>
#include <modplug.h>