diff options
Diffstat (limited to 'lib.h')
-rw-r--r-- | lib.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,9 +12,10 @@ typedef struct State size_t dwidth; size_t window_len; - int multiplier; + double multiplier; bool thread_alive; + uint64_t payload; } state_t; bool load_from_file(state_t *state, const char *filepath); |