mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-01-12 05:26:46 +00:00
12 lines
235 B
C
12 lines
235 B
C
#pragma once
|
|
|
|
ham_control_t
|
|
ham_findClosestPixel(imagecon_image_t* ic, amiga_color_t color, amiga_color_t last);
|
|
|
|
void
|
|
ham_process(imagecon_image_t* ic, char* outFilename);
|
|
|
|
|
|
void
|
|
sham_process(imagecon_image_t* ic, char* outFilename);
|