Added function to create RWops from const memory: SDL_RWFromConstMem()

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40765
This commit is contained in:
Sam Lantinga 2004-01-04 15:18:08 +00:00
parent 9c03bae4f8
commit 028eb83878
7 changed files with 28 additions and 0 deletions

View file

@ -6,6 +6,7 @@ Version 1.0:
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()