mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
remove source code support for SDL2
This commit is contained in:
@@ -27,11 +27,7 @@
|
||||
#include "graphics/Graphics.h"
|
||||
|
||||
// SDL
|
||||
#if __has_include(<SDL3/SDL.h>)
|
||||
#include <SDL3/SDL.h>
|
||||
#else
|
||||
#include <SDL.h>
|
||||
#endif
|
||||
|
||||
namespace love
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user