type.h

Sun, 25 Aug 2002 13:22:42 +0000

author
eric
date
Sun, 25 Aug 2002 13:22:42 +0000
changeset 46
20fda1ec5f17
parent 35
41804cc569ab
permissions
-rw-r--r--

only call resize_bitmap if necessary

     1 typedef unsigned char  u8;
     2 typedef unsigned short u16;
     3 typedef unsigned int   u32;
     5 typedef int            s32;
     7 typedef int            boolean;