Mercurial > sdl-ios-xcode
diff WhatsNew @ 764:974c0fb74bf8
Added function to create RWops from const memory: SDL_RWFromConstMem()
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 04 Jan 2004 15:18:08 +0000 |
parents | 6e9505e0647f |
children | 67176351a1b8 |
line wrap: on
line diff
--- a/WhatsNew Sun Jan 04 15:11:35 2004 +0000 +++ b/WhatsNew Sun Jan 04 15:18:08 2004 +0000 @@ -6,6 +6,7 @@ 1.2.7: Added CPU feature detection functions to SDL_cpuinfo.h: SDL_HasRDTSC(), SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE() + Added function to create RWops from const memory: SDL_RWFromConstMem() 1.2.6: Added SDL_LoadObject(), SDL_LoadFunction(), and SDL_UnloadObject()