(split from Astrognome)Added aspect definitions to SWE-GLib

This commit is contained in:
2013-09-02 23:49:17 +02:00
parent 1467ae8b8c
commit f5525ffdd8
3 changed files with 42 additions and 0 deletions

View File

@@ -147,5 +147,14 @@ typedef struct {
gchar *name;
} GsweHouseSystemInfo;
typedef struct {
GsweAspect aspect;
gchar *name;
guint size;
guint orb_modifier;
gboolean harmonic;
gboolean major;
} GsweAspectInfo;
#endif /* __SWE_GLIB_GSWE_PLANETS_H__ */