removed SDL_mixer sound module

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@619 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2003-01-30 22:06:47 +00:00
parent b278956958
commit d8cf18e51b
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.2:
- Removed SDL_mixer sound module
- TFB_FlushGraphics keeps track of smallest bounding box that requires
updating, allowing for faster scaling
- Added a TFB_Canvas data buffer to let TFB_Image be more accessible