diff options
Diffstat (limited to 'include/loadpng.h')
-rw-r--r-- | include/loadpng.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/loadpng.h b/include/loadpng.h new file mode 100644 index 0000000..cace43a --- /dev/null +++ b/include/loadpng.h @@ -0,0 +1,15 @@ +/* + * Copyright 2017 DiUS Computing Pty Ltd. All rights reserved. + * + * Released under GPLv3, see LICENSE for details. + * + * @author Johny Mattsson <jmattsson@dius.com.au> + */ +#ifndef _LOADPNG_H_ +#define _LOADPNG_H_ + +#include "ql.h" + +ql_raster_image_t *loadpng(const char *path); + +#endif |