Added SIGN_NONE value to zodiacSign for future use
This commit is contained in:
parent
5cdf373d4b
commit
7f20317947
@ -4,7 +4,8 @@
|
|||||||
#define MSPERDAY 86400000
|
#define MSPERDAY 86400000
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
SIGN_ARIES = 1,
|
SIGN_NONE,
|
||||||
|
SIGN_ARIES,
|
||||||
SIGN_TAURUS,
|
SIGN_TAURUS,
|
||||||
SIGN_GEMINI,
|
SIGN_GEMINI,
|
||||||
SIGN_CANCER,
|
SIGN_CANCER,
|
||||||
|
Loading…
Reference in New Issue
Block a user