SVN revision: 24787
This commit is contained in:
rephorm 2006-08-16 05:29:53 +00:00 committed by rephorm
parent ef000e979f
commit adec025044
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@
#ifdef E_TYPEDEFS
typedef enum _E_Color_Component E_Color_Component;
typedef struct _E_Color E_Color;
#else
#ifndef E_COLOR_HEADER
@ -21,7 +22,6 @@ enum _E_Color_Component
};
// used so that a single color struct can be shared by all elements of the color dialog
typedef struct _E_Color E_Color;
struct _E_Color
{
int r, g, b;