Some updates.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@721 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-02-10 03:25:11 +00:00
parent d2d2c9e958
commit 5ad1e0a3e7
3 changed files with 187 additions and 19 deletions
+3
View File
@@ -4,6 +4,9 @@ typedef unsigned char uint8;
typedef unsigned short uint16;
typedef unsigned int uint32;
typedef short int16;
typedef uint8 bool;
#define TRUE 1
#define FALSE 0
#define MAKE_WORD(x1, x2) (((x2) << 8) | (x1))
#define MAKE_DWORD(x1, x2, x3, x4) (((x4) << 24) | ((x3) << 16) | \