#ifndef __TIME_H__
#define __TIME_H__
#define DAYS ({"Imix", "Ikix", "Akbalix", "Kanix", "Cheix", "Cimix", "Manix", "Lamix"})
#define MONTHS ({"Ahah", "Cauah", "Etzah", "Nabah", "Cabah", "Cibah", "Menah", "Ixah"})
#define PART_SEC 64
#define SECOND 8
#define MINUTE 8
#define HOUR 8
#define DAY 8
#define WEEK 4
#define MONTH 8
#define YEAR 8
#endif