Add GswePlanet planet offsets for later use
This commit is contained in:
parent
6a69271007
commit
d3e4443922
@ -104,6 +104,37 @@ typedef enum {
|
|||||||
/* Moon Apogee in astrology is often referred to as the Dark Moon, or Lilith */
|
/* Moon Apogee in astrology is often referred to as the Dark Moon, or Lilith */
|
||||||
#define GSWE_PLANET_LILITH GSWE_PLANET_MOON_APOGEE
|
#define GSWE_PLANET_LILITH GSWE_PLANET_MOON_APOGEE
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GSWE_PLANET_OFFSET_VIRTUAL_NODES:
|
||||||
|
*
|
||||||
|
* The offset in #GswePlanet for virtual nodes like the ascendant or vertex.
|
||||||
|
* This is for consistency only, I don’t think anyone would need it.
|
||||||
|
*/
|
||||||
|
#define GSWE_PLANET_OFFSET_VIRTUAL_NODES 0
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GSWE_PLANET_OFFSET_PLANETS:
|
||||||
|
*
|
||||||
|
* The offset in #GswePlanet for real planets in the Solar System. These are
|
||||||
|
* the objects classified as planets (including Pluto).
|
||||||
|
*/
|
||||||
|
#define GSWE_PLANET_OFFSET_PLANETS 10
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GSWE_PLANET_OFFSET_ASTEROIDS:
|
||||||
|
*
|
||||||
|
* The offset in #GswePlanet for asteroids and dwarf planets.
|
||||||
|
*/
|
||||||
|
#define GSWE_PLANET_OFFSET_ASTEROIDS 100
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GSWE_PLANET_OFFSET_CUSTOM:
|
||||||
|
*
|
||||||
|
* The offset in #GswePlanet for custom planets. This will be used to register
|
||||||
|
* custom planets later.
|
||||||
|
*/
|
||||||
|
#define GSWE_PLANET_OFFSET_CUSTOM 10000
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GsweZodiac:
|
* GsweZodiac:
|
||||||
* @GSWE_SIGN_NONE: no sign
|
* @GSWE_SIGN_NONE: no sign
|
||||||
|
Loading…
Reference in New Issue
Block a user