type.h

changeset 48
3d0be1c1c1b2
parent 47
bfc6aaa089b0
child 49
be20d7e8466f
     1.1 --- a/type.h	Mon Aug 26 05:43:49 2002 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,7 +0,0 @@
     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;