no forward enum decl.

SVN revision: 12565
This commit is contained in:
Carsten Haitzler 2004-12-23 06:43:37 +00:00
parent 1fa0714cfc
commit 3104772a04
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,6 @@
#ifndef E_BORDER_H
#define E_BORDER_H
typedef enum _E_Direction E_Direction;
typedef enum _E_Transition E_Transition;
typedef struct _E_Border E_Border;
enum _E_Direction
@ -12,6 +10,7 @@ enum _E_Direction
E_DIRECTION_LEFT,
E_DIRECTION_RIGHT
};
typedef enum _E_Direction E_Direction;
enum _E_Transition
{
@ -20,7 +19,7 @@ enum _E_Transition
E_TRANSITION_ACCELERATE,
E_TRANSITION_DECELERATE
};
typedef enum _E_Transition E_Transition;
struct _E_Border
{