(split from Astrognome)Created GsweHouseData struct to hold house data, including starting sign

This commit is contained in:
2013-09-02 23:29:58 +02:00
parent 4f25ad0bdf
commit 1467ae8b8c
2 changed files with 15 additions and 3 deletions

View File

@@ -60,6 +60,12 @@ typedef struct {
guint revision;
} GswePlanetData;
typedef struct {
guint house;
gdouble cusp_position;
GsweSignInfo *sign;
} GsweHouseData;
typedef struct {
GsweMoonPhase phase;
gdouble illumination;