X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fsp65%2Fconvert.h;h=b0bc51ba8f1b0c29e989fd8b7ce88af25d9ac8bb;hb=35e1184901ca38bdb2e56d154ed3b71f6096eacc;hp=35f9dca64d794261bc3984df985283bbf7304267;hpb=1aaff0ce2ff12d9534a9236acf0b9bf93bb73ea3;p=cc65 diff --git a/src/sp65/convert.h b/src/sp65/convert.h index 35f9dca64..b0bc51ba8 100644 --- a/src/sp65/convert.h +++ b/src/sp65/convert.h @@ -38,6 +38,8 @@ +#include + /* common */ #include "coll.h" #include "strbuf.h" @@ -60,6 +62,9 @@ StrBuf* ConvertTo (const Bitmap* B, const Collection* A); * in the attribute collection A. */ +void ListConversionTargets (FILE* F); +/* Output a list of conversion targets */ + /* End of convert.h */