mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Do not include SDL_iostream.h in NativeFile.h.
This commit is contained in:
@@ -36,6 +36,9 @@
|
||||
#include <unistd.h> // POSIX.
|
||||
#endif
|
||||
|
||||
// SDL
|
||||
#include <SDL3/SDL_iostream.h>
|
||||
|
||||
namespace love
|
||||
{
|
||||
namespace filesystem
|
||||
|
||||
@@ -25,8 +25,7 @@
|
||||
// C
|
||||
#include <cstdio>
|
||||
|
||||
// SDL
|
||||
#include <SDL3/SDL_iostream.h>
|
||||
typedef struct SDL_IOStream SDL_IOStream;
|
||||
|
||||
namespace love
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user