فهرست منبع

Fixed warning: no previous prototype for function 'SDL_InitFilesystem'

Sam Lantinga 9 ماه پیش
والد
کامیت
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"