Added endian-aware integer read functions to uio

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2952 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2008-03-12 22:38:13 +00:00
parent 2d15dc4501
commit 76ba833da4
4 changed files with 147 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.7:
- Added endian-aware integer read functions to uio - SvdB
- Introduce the concept of an "InputContext" - SvdB
- Don't use alloca() in uio. - SvdB
- Replace PlayerOne/PlayerTwo by PlayerControls[0]/PlayerControls[1] - SvdB