Fixed warning: no previous prototype for function 'SDL_InitFilesystem'

This commit is contained in:
Sam Lantinga 2024-07-17 11:00:25 -07:00
parent 761e86e25e
commit 94c40fb3c9

View file

@ -20,6 +20,8 @@
*/
#include "SDL_internal.h"
#include "SDL_filesystem_c.h"
#include "SDL_sysfilesystem.h"
#include "../stdlib/SDL_sysstdlib.h"