Skip to content
Snippets Groups Projects
Commit c5eee97c authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

INT32 -> INT_TYPE

Rev: src/modules/Image/image.h:1.21
parent 87ac7960
No related branches found
No related tags found
No related merge requests found
/*
**! module Image
**! note
**! $Id: image.h,v 1.20 1998/04/15 17:36:18 mirar Exp $
**! $Id: image.h,v 1.21 1998/04/16 04:32:36 mirar Exp $
*/
#ifdef PIKE_IMAGE_IMAGE_H
......@@ -48,7 +48,7 @@ typedef struct
struct image
{
rgb_group *img;
INT32 xsize,ysize;
INT_TYPE xsize,ysize;
rgb_group rgb;
unsigned char alpha;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment