type.h

changeset 35
41804cc569ab
parent 10
3184d26a9596
     1.1 --- a/type.h	Wed Jan 02 10:17:24 2002 +0000
     1.2 +++ b/type.h	Wed Jan 02 10:17:48 2002 +0000
     1.3 @@ -1,4 +1,7 @@
     1.4  typedef unsigned char  u8;
     1.5  typedef unsigned short u16;
     1.6  typedef unsigned int   u32;
     1.7 +
     1.8 +typedef int            s32;
     1.9 +
    1.10  typedef int            boolean;