summaryrefslogtreecommitdiff
path: root/include/tinyff
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-03-30 16:21:32 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-03-30 16:21:32 +1100
commit656bdd0e73f1dde3b5b22140e0f27f9bd8951c29 (patch)
treeb40d314c4404b8761fd8dc8b39d830c9cd8be637 /include/tinyff
parent014db462e69462d2052b63341024143155fd1ee5 (diff)
feat(tinyff): Move FF_BASE to tinyff.h
Diffstat (limited to 'include/tinyff')
-rw-r--r--include/tinyff/tinyff.h17
1 files 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 <tinyff/common.h>
+#include <tinyff/stream.h>
+#include <tinyff/result.h>
+#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