From 656bdd0e73f1dde3b5b22140e0f27f9bd8951c29 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Mon, 30 Mar 2026 16:21:32 +1100 Subject: feat(tinyff): Move FF_BASE to tinyff.h --- include/tinyff/tinyff.h | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/include/tinyff/tinyff.h b/include/tinyff/tinyff.h index 52d3f03..5fb10c5 100644 --- a/include/tinyff/tinyff.h +++ b/include/tinyff/tinyff.h @@ -1,13 +1,8 @@ -// TODO: Include all formats +#include +#include +#include +#define FF_BASE \ + bool valid; \ + ff_result last_error; - -#include "common.h" -#include "stream.h" - -typedef struct { - // Debug settings - ff_stream* ff_debug_stream; - ff_flag ff_debug_enabled; - -} ff_ctx; \ No newline at end of file -- cgit v1.2.3