Added SIGN_NONE value to zodiacSign for future use

This commit is contained in:
Gergely Polonkai 2013-08-21 23:34:19 +02:00
parent 5cdf373d4b
commit 7f20317947

View File

@ -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,