Add watch/phone icons and logo, reorder the interpretation report, and stamp every report with the day it's for
build / build (push) Successful in 30s
build / build (push) Successful in 30s
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
#include "tarot.h"
|
||||
|
||||
typedef struct {
|
||||
/* The moment passed to reading_generate() - the day this reading is
|
||||
* for, not when it happened to be generated. Set by reading_generate()
|
||||
* itself, so every caller (CLI, watch, reading_load_json() on the
|
||||
* interpreter side) gets it for free without threading it through
|
||||
* separately. */
|
||||
time_t utc_moment;
|
||||
NatalChart natal;
|
||||
DailyTransits transits;
|
||||
CelticCrossSpread spread;
|
||||
|
||||
Reference in New Issue
Block a user