Added AList_RemoveString

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2703 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2007-02-09 02:23:56 +00:00
parent d2b3b711c1
commit e9089a4498
3 changed files with 44 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.7:
- Added ability to remove entries from ALists - Michael
- Cleaned up FRAME, CONTEXT, and FONT abstraction layers - Michael
- Added Input Frames to pause code to stop infinite loops - Michael
- Added more netplay debug code - SvdB