commit 165d8ef86b18026c6cb576b71aaf5a394653da26
parent dc5bcf29b95c3808090f3d98214c1f10ad24cf3c
Author: Frederic Cambus <fred@statdns.com>
Date: Sun, 17 Nov 2019 23:31:38 +0100
Introduce a XBIN_PALETTE_LENGTH macro.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/loaders/xbin.c b/src/loaders/xbin.c
@@ -21,6 +21,7 @@
#include "output.h"
#define XBIN_HEADER_LENGTH 11 /* 4 + 1 + 2 + 2 + 1 + 1 */
+#define XBIN_PALETTE_LENGTH 48
int
ansilove_xbin(struct ansilove_ctx *ctx, struct ansilove_options *options)