X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Flib%2Fao-hex.h;fp=ao-tools%2Flib%2Fao-hex.h;h=a1ab490ceab707c30630241f91fa04cea6b69225;hp=eb510ba2a18321dc2614f8ac17a3adcb3f14e7b4;hb=1d7f88bf7521fa6d301da072f95f97fa42d9d247;hpb=4e738dff6dec4685b8712d3e96742971fa39c8f1 diff --git a/ao-tools/lib/ao-hex.h b/ao-tools/lib/ao-hex.h index eb510ba2..a1ab490c 100644 --- a/ao-tools/lib/ao-hex.h +++ b/ao-tools/lib/ao-hex.h @@ -71,6 +71,9 @@ ao_hex_image_free(struct ao_hex_image *image); struct ao_hex_image * ao_hex_load(char *filename, struct ao_sym **symbols, int *num_symbols); +struct ao_hex_image * +ao_hex_image_cat(struct ao_hex_image *a, struct ao_hex_image *b); + int ao_hex_image_equal(struct ao_hex_image *a, struct ao_hex_image *b);