SDL/src/filesystem
Ryan C. Gordon 0382f2f764 Actually, this should be a memcpy().
We already know the exact length we just allocated, and we plan to append
 our own null terminator to the end of the copy, so this makes more sense.
2013-08-20 23:20:32 -04:00
..
beos Actually, this should be a memcpy(). 2013-08-20 23:20:32 -04:00
cocoa Patched to compile on iOS. 2013-08-20 21:21:57 -04:00
dummy Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module. 2013-08-20 19:57:11 -04:00
unix Patched new filesystem code to compile. 2013-08-20 20:15:15 -04:00
windows More Windows fixes for filesystem code. 2013-08-20 20:29:30 -04:00