mirror of
https://github.com/alpine9000/amiga_examples
synced 2025-12-08 14:59:01 +00:00
8 lines
140 B
C
8 lines
140 B
C
#pragma once
|
|
|
|
extern void
|
|
png_read(imagecon_image_t* ic, char* file_name);
|
|
|
|
extern void
|
|
png_write(imagecon_image_t* ic, char* file_name);
|