Просмотр исходного кода

Fixed warning: no previous prototype for function 'SDL_InitFilesystem'

Sam Lantinga 1 год назад
Родитель
Сommit
94c40fb3c9
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/filesystem/SDL_filesystem.c

+ 2 - 0
src/filesystem/SDL_filesystem.c

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