mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-12 20:42:13 +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);
|