mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-07-18 23:11:16 +00:00
Added missing SDL_sysfilesystem.h includes
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
/* System dependent filesystem routines */
|
||||
|
||||
#include "../SDL_sysfilesystem.h"
|
||||
|
||||
char *SDL_SYS_GetBasePath(void)
|
||||
{
|
||||
SDL_Unsupported();
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user