From fd1f2cdb22034410ca82021555bd2eb9b4604fbe Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Tue, 3 Mar 2026 09:37:43 +1100 Subject: feat(main): Create ff_ctx for global setting storage --- include/tinyff/tinyff.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'include/tinyff/tinyff.h') diff --git a/include/tinyff/tinyff.h b/include/tinyff/tinyff.h index 48c4bbf..51298ef 100644 --- a/include/tinyff/tinyff.h +++ b/include/tinyff/tinyff.h @@ -1 +1,12 @@ -// TODO: Include all formats \ No newline at end of file +// TODO: Include all formats + + + +#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