diff options
Diffstat (limited to 'eglib')
| -rw-r--r-- | eglib/gmain.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/eglib/gmain.h b/eglib/gmain.h index 35f608a3..d851f84f 100644 --- a/eglib/gmain.h +++ b/eglib/gmain.h @@ -17,6 +17,8 @@ typedef unsigned short	gushort;  typedef unsigned long	gulong;  typedef unsigned int	guint; +typedef uint8_t  guint8; +typedef uint16_t guint16;  typedef uint32_t guint32;  typedef float	gfloat; | 
