commit 1e88990b7b2b4bfc9999b79a78a08e7decf7e416
parent 285b0c5b137675276418fe34b3bfeadc0f4c5f52
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 25 May 2020 16:52:37 +0200
Add forward declarations for ansilove_ctx and ansilove_options structs.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/types.h b/src/types.h
@@ -21,6 +21,9 @@
#define ANSILOVE_FILETYPE_TND 6
#define ANSILOVE_FILETYPE_XB 7
+struct ansilove_ctx;
+struct ansilove_options;
+
extern char *types[];
extern int filetypes[];
extern int (*loaders[])(struct ansilove_ctx *, struct ansilove_options *);