diff options
Diffstat (limited to 'lib.h')
-rw-r--r-- | lib.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,7 +18,6 @@ typedef struct State uint64_t payload; } state_t; -bool load_from_file(state_t *state, const char *filepath); -bool write_to_file(state_t *state, const char *filepath); +bool write_to_png(state_t *state, const char *filepath); #endif |