From 46f3c9ea3793d146337c81bf8858d99238c05e86 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 27 Sep 2012 13:46:10 +0100 Subject: Add palette object. Optimise matching colour in case where we chose the palette. In other cases, we still have to seach all the colours, but that doesn't ever seem to be used. --- include/libnsfb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libnsfb.h') diff --git a/include/libnsfb.h b/include/libnsfb.h index 739617e..da8e5f6 100644 --- a/include/libnsfb.h +++ b/include/libnsfb.h @@ -13,6 +13,7 @@ #include +typedef struct nsfb_palette_s nsfb_palette_t; typedef struct nsfb_cursor_s nsfb_cursor_t; typedef struct nsfb_s nsfb_t; typedef struct nsfb_event_s nsfb_event_t; -- cgit v1.2.3