(split from Astrognome)Moved the GsweHouseSystem typedef up in gswe-types.h to create some consistency

This commit is contained in:
Gergely Polonkai 2013-09-02 10:28:30 +02:00
parent dbdb9e90f8
commit 1196c90ffc
1 changed files with 7 additions and 7 deletions

View File

@ -74,6 +74,13 @@ typedef enum {
GSWE_QUALITY_MUTABLE
} GsweQuality;
typedef enum {
GSWE_HOUSE_SYSTEM_NONE,
GSWE_HOUSE_SYSTEM_PLACIDUS,
GSWE_HOUSE_SYSTEM_KOCH,
GSWE_HOUSE_SISTEM_EQUAL
} GsweHouseSystem;
/**
* GswePlanetInfo:
* @planet: the planet ID
@ -101,13 +108,6 @@ typedef struct {
GsweZodiac fall_sign;
} GswePlanetInfo;
typedef enum {
GSWE_HOUSE_SYSTEM_NONE,
GSWE_HOUSE_SYSTEM_PLACIDUS,
GSWE_HOUSE_SYSTEM_KOCH,
GSWE_HOUSE_SISTEM_EQUAL
} GsweHouseSystem;
/**
* GsweHouseSystemInfo:
* @system: the house system's ID