WIP png_au.library
[AROS.git] / workbench / libs / png / amilib.h
blob83029774ef25c5a0e13b3d274e7f2d5b2fc259a0
1 #ifndef _AMILIB_H
2 #define _AMILIB_H
4 #include <exec/libraries.h>
6 struct PngBase
8 struct Library _lib;
9 struct Library *_aroscbase;
12 #endif /* _AMILIB_H */