Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.

--HG--
extra : rebase_source : c1fac232063443a2880e64f1abda85e0bdb2e710
This commit is contained in:
Ryan C. Gordon 2013-08-20 19:57:11 -04:00
parent a001caf902
commit 2b9a2802b2
30 changed files with 848 additions and 7 deletions

View file

@ -181,6 +181,9 @@ typedef unsigned int uintptr_t;
/* Enable system power support */
#define SDL_POWER_WINDOWS 1
/* Enable filesystem support */
#define SDL_FILESYSTEM_WINDOWS 1
/* Enable assembly routines (Win64 doesn't have inline asm) */
#ifndef _WIN64
#define SDL_ASSEMBLY_ROUTINES 1