blob: cace43a61f3878c7ca56e868af0944d3a6a581a7 (
plain) (
tree)
|
|
/*
* 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
|