Do not include SDL_iostream.h in NativeFile.h.

This commit is contained in:
Miku AuahDark
2025-01-04 12:08:42 +08:00
parent 89f75f51fb
commit 8beb7f0e4b
3 changed files with 9 additions and 5 deletions
+3
View File
@@ -36,6 +36,9 @@
#include <unistd.h> // POSIX.
#endif
// SDL
#include <SDL3/SDL_iostream.h>
namespace love
{
namespace filesystem
+1 -2
View File
@@ -25,8 +25,7 @@
// C
#include <cstdio>
// SDL
#include <SDL3/SDL_iostream.h>
typedef struct SDL_IOStream SDL_IOStream;
namespace love
{