mirror of
https://github.com/love2d/megasource.git
synced 2026-08-12 00:20:55 +02:00
Fix megatest when SDL3 is used
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user