Added missing SDL_sysfilesystem.h includes

This commit is contained in:
Sam Lantinga
2024-07-17 09:09:42 -07:00
parent 2eda7b2c24
commit b3df46e4bc
16 changed files with 45 additions and 9 deletions

View File

@@ -25,6 +25,8 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* System dependent filesystem routines */
#include "../SDL_sysfilesystem.h"
char *SDL_SYS_GetBasePath(void)
{
SDL_Unsupported();

View File

@@ -23,6 +23,9 @@
#if defined(SDL_FSOPS_DUMMY)
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* System dependent filesystem routines */
#include "../SDL_sysfilesystem.h"
int SDL_SYS_EnumerateDirectory(const char *path, const char *dirname, SDL_EnumerateDirectoryCallback cb, void *userdata)