From 55e6f6890acddfd8b415db8f92ebb7ea1a2d4166 Mon Sep 17 00:00:00 2001 From: Johny Mattsson Date: Tue, 30 May 2017 17:42:34 +1000 Subject: Initial import. --- include/loadpng.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/loadpng.h (limited to 'include/loadpng.h') 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 + */ +#ifndef _LOADPNG_H_ +#define _LOADPNG_H_ + +#include "ql.h" + +ql_raster_image_t *loadpng(const char *path); + +#endif -- cgit v1.2.1