mirror of
https://github.com/alpine9000/amiga_examples
synced 2025-12-08 14:59:01 +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);
|