|
typedef Sint8 | gal_sint8 |
| Data type of 8-bit signed integer. More...
|
|
typedef Uint8 | gal_uint8 |
| Data type of 8-bit unsigned integer. More...
|
|
typedef Sint16 | gal_sint16 |
| Data type of 16-bit signed integer. More...
|
|
typedef Uint16 | gal_uint16 |
| Data type of 16-bit unsigned integer. More...
|
|
typedef Sint32 | gal_sint32 |
| Data type of 32-bit signed integer. More...
|
|
typedef Uint32 | gal_uint32 |
| Data type of 32-bit unsigned integer. More...
|
|
typedef signed int | gal_sint |
| Data type of signed integer. More...
|
|
typedef unsigned int | gal_uint |
| Data type of unsigned integer. More...
|
|
typedef Uint32 | gal_pixel |
| Data type of pixel value. More...
|
|
typedef Uint32 | gal_attr |
| Data type of attribute value. More...
|
|
typedef long | fixed |
| Data type of fixed point. More...
|
|
typedef struct _GAL_Color | GAL_Color |
|
typedef struct _GAL_Palette | GAL_Palette |
|
typedef struct _GAL_Rect | GAL_Rect |
|